Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyCharm: Error while parsing docker-compose.yml docker-compose config failed

Tags:

pycharm

When trying to configure docker-compose interpreter in PyCharm on macOS Catalina, I'm getting the following error:

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

like image 635
Anyky Beniky Avatar asked Oct 15 '19 08:10

Anyky Beniky


1 Answers

1) On your macOS go to System Preferences | Security & Privacy

2) Make sure PyCharm is in "Full Disk Access" and "Developer tools".

EDIT: you may need to install Xcode for "Developer tools" to appear.

Also, vote for https://youtrack.jetbrains.com/issue/PY-38501

like image 107
Sergey K. Avatar answered Sep 20 '22 08:09

Sergey K.