Issue with python 3.11 #21273
Replies: 1 comment 1 reply
-
Please open an issue at https://github.com/microsoft/debugpy/issues (although typically this only happens when there's something shadowing a stdlib module, e.g. you have an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We uses Python in our application. The current version of python we are using is 3.9.6 and I want to upgrade to the newer version 3.11.x. But there is an issue I am facing with 3.11.x version. We launch Visual studio code from our application by running python scripts. But with version 3.11.x the visual studio was not getting launch. The below is the traceback of the error.
As per above traceback I see there is no
__file__
attribute with os module. We are running python file from visual studio code extensions. Can someone please take a look in this issue?Beta Was this translation helpful? Give feedback.
All reactions