Can't use interpreter in docker Follow
I try to set docker interpreter (2.6) for old and large project. I can't add any, becouse of 'Can't retrive image ID from build stream' error.
I checked similar threads, but it seem irrelevant.
Am I doing something wrong? Here is my log:
Upload id: 2021_03_24_HmfyLPeSry78mLyy (file: aosik.docker.log)
Please sign in to leave a comment.
Hi, I found couple of possibly related issues:
https://youtrack.jetbrains.com/issue/PY-43541
https://youtrack.jetbrains.com/issue/PY-45217
Are you using proxy to access the internet by any chance?
What is your OS? If you're using Docker for Windows, what is the container mode selected? (Windows, Linux containers?)
I'm in debian VM on Windows. Docker is inside VM. PyCharm connect with Docker, finds it images, but I can't set the interpreter. Yes, I use proxy, it's company requirement. I also wasn't able to login into jetbrains account from pycharm, activation was by file.
Then, the issue may be related to proxy. Could you try the workaround ? Also, if possible, please try to reproduce the issue while connected to another network with direct access to internet.
Containers are locally, from images on my VM. Why proxy could be a problem here?
Ok, it was that. After omitting proxy (bridge) it works.