-
Notifications
You must be signed in to change notification settings - Fork 55
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
Failed Install When Opening Project in VSCode #2968
Comments
message.txt |
Installing Python 3 and changing the path link using the Windows Installer, resolved the issue! I used GPEdit to enable long paths but that did not resolve it on its own. |
I'd like to add that following the instructions from platformio/platformio-core#4652 did not resolve the issue, just to make it clear. (I was assisting in getting platformIO to work on her machine) |
The issue was already resolved, by installing python using the windows installer. The previous message by a-thasen has a typo, it's supposed to say "Installing Python 3 and [thereby] changing the maximum path length using the windows installer resolved the issue." This behavior is documented here It's not clear to me exactly what the Python installation executable does, or which change fixed the error. Therefore, it is not trivial to return the system to a state where we get the same error, so we cannot test if the pre-release would fix the issue. If you would like to test it yourself, I think a stock windows 10 installation should be sufficient to reproduce the issue. |
Was trying to open a project in VS Code w./ platformIO, expecting it to install.
However, I receive the following error messages:
This is what the output terminal says:
My system specs are:
The visual studio code specs:
PlatformIO v3.1.1
Please help, thank you!!!
I've already tried to enable long windows paths, does not seem to work though.
The text was updated successfully, but these errors were encountered: