bambuste
bambuste

Reputation: 147

Cannot configure docker-compose as an interpreter in PyCharm

I have a problem with configuration of Docker-compose as a remote interpreter in PyCharm. Inside of "Services" section I can select only "services" or "networks".

enter image description here

I am using this docker-compose file: https://raw.githubusercontent.com/aws/aws-mwaa-local-runner/main/docker/docker-compose-local.yml

Upvotes: 3

Views: 438

Answers (1)

Pavel Karateev
Pavel Karateev

Reputation: 8495

Either disable "Docker Compose V2" experimental feature in "Docker for Windows" app settings or update PyCharm to 2021.2.1 RC. See the relevant ticket in PyCharm's issue tracker - PY-49305.

enter image description here

Upvotes: 4

Related Questions