unsupported:python session appears when creating venv on Window #9149
Unanswered
Santoshjnawali
asked this question in
Feedback
Replies: 2 comments 6 replies
-
Can you share more about how you are creating a venv? What command or UI you are using for that? |
Beta Was this translation helpful? Give feedback.
4 replies
-
I was just got the same thing! I'm not sure how. I'll try to track down some repro steps and file an issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On Windows, creating a virtual environment causes an extra session named "unsupported: python()" to appear. I expect only the venv to be listed, but instead, there’s this additional unsupported session.
Steps: Create a venv in the working space → restart → open project → See unsupported: Python session showing error Python sqlite3 extension is required.
There's also an expected working session with the project, which works fine.
Expected: Only the working venv session should show.
Beta Was this translation helpful? Give feedback.
All reactions