-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error value error stat path too long for Windows
display in terminal window
#970
Comments
What line 23? What error? |
value error stat path to long for Windows
display in terminal window
The code for this is here: I set a breakpoint on line 19 and start stepping around and looking at variables. The error is:
|
Did you install Python with the max path length restriction turned off? |
@brettcannon Python was installed by Visual Studio, so whatever Visual Studio does. Based on the error, it looks like max path is turned on. I can try to install a new version of python with max_path off. |
value error stat path to long for Windows
display in terminal windowvalue error stat path too long for Windows
display in terminal window
Closing as the issue has been resolved upstream. |
Error message
value error stat path to long for Windows
is display in the terminal window when hovering overpython
in line 30 the above error is displayed in the terminal window.Upstream issue microsoft/ptvsd#119
The text was updated successfully, but these errors were encountered: