Home > Blockchain >  Configuring Python Environment (poetry) in Codespaces
Configuring Python Environment (poetry) in Codespaces

Time:09-08

I want to select my project's python interpreter as poetry environment in Codespaces. By the way I connect codespaces with my local VSCode. I can see and select interpreter from poetry via command palette.

However it doesn't seem to work, since the imports are undefined for VSCode.

I can use poetry environment with VSCode, when I work local and start VSCode in poetry shell with the command code . but I can't use this, since it is a remote development environment.

In the enter image description here

  • Choose Disable

    enter image description here

    • Related