Remote Python Interpreter with docker crashes with latest EAP
已回答
I'm on MacOS, I just updated pycharm to the latest EAP version and here's what I got when I clicked on the Python Console:
Error:Failed to run single Docker Compose service backend: Traceback (most recent call last):
File "/usr/bin/docker-compose", line 5, in <module>
execfile('/usr/bin/build_container_options_patch.py')
File "/usr/bin/build_container_options_patch.py", line 1, in <module>
from compose.cli import main
File "/usr/lib/python2.7/site-packages/compose/cli/__init__.py", line 16, in <module>
['pip', 'freeze'], stderr=subprocess.PIPE, stdout=subprocess.PIPE
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)
Probably wrong compose version with a different docker version issue?
请先登录再写评论。
Hello,
I see your comment there: https://youtrack.jetbrains.com/issue/PY-18748#comment=27-2396835, please wait for the issue updates, thank you.