How can I add poetry running inside docker as a remote interpreter.
I see the options for virtualenv, systems normal python, and conda.
Is there a way to configure pycharm professional to use poetry environment inside a docker as an interpreter?
Thanks in advance!
Please sign in to leave a comment.
Unfortunately, creating a poetry interpreter with docker and docker-compose is not possible currently. You can add the existing poetry environment as a virtual environment, but poetry features won't be accessible.
Here is a link to the related feature request: https://youtrack.jetbrains.com/issue/PY-42909/Support-poetry-in-docker-compose-python-interpreter. Please vote for it to raise its relevance and receive updates regarding its status. If you are unfamiliar with voting on YouTrack, you may find relevant information in this article (https://www.jetbrains.com/help/youtrack/server/vote-for-issues.html).