3

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

bad_coder
  • 11,289
  • 20
  • 44
  • 72
bambuste
  • 147
  • 2
  • 9
  • Please edit the question to include the error messages as text. Consider [these reasons and guidelines](https://meta.stackoverflow.com/a/285557). – bad_coder Sep 14 '21 at 16:02

1 Answers1

4

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

Pavel Karateev
  • 7,737
  • 3
  • 32
  • 59