PyCharm: Can't create remote python interpreter using docker-compose

一世执手 提交于 2019-12-08 17:51:43

问题


On attempt to create docker-compose python interpreter in PyCharm I get error:

Error while parsing "/Users/belek/Projects/project/docker-composee.yml": Process docker-compose config failed.

Itself docker-compose works fine. The docker-compose config command running in terminal works too.

Before updating macOS and PyCharm I was using docker-compose python interpreter succesfully. Can't understand what's wrong. I created issue in JB YouTrack, but no response.

PyCharm 2019.2.3
macOS Catalina 10.15


回答1:


The following helped me.

Go to 'System Preferences' -> 'Security & Privacy'.

Add PyCharm to "Full Disk Access" and to "Developer tools".



来源:https://stackoverflow.com/questions/58371028/pycharm-cant-create-remote-python-interpreter-using-docker-compose

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!