17

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

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
belek
  • 907
  • 9
  • 35

1 Answers1

32

The following helped me.

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

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

enter image description here

enter image description here

Andrey Fedosenko
  • 507
  • 5
  • 11