8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Installation fails and abort due to nodejs long paths
eg: C:\Users\Yann\Documents\temp\09-Septembre\pyth\wpy\WinPython64-3.7.0.2\t\n\node_modules\npm\node_modules\libnpx\node_modules\yargs\node_modules\os-locale\node_modules\execa\node_modules\cross-spawn\node_modules\shebang-command\node_modules\shebang-regex\index.js
A workaround was to install directly to C:\WPy-3702
By the way, why nodejs is included ? it is a dependency ?
The text was updated successfully, but these errors were encountered:
yes, it's written at the bottom of https://winpython.github.io/
(**) For best Winpython 2018-01 and later experience, it is recommended to have Winpython base directory path smaller than 37 characters.
example: C:\Users\xxxxxxxx\Downloads\WinPython your example: C:\Users\Yann\Documents\temp\09-Septembre\pyth\wpy\
You seem at least 13 characters too long.
The limitation comes from nodejs being shipped with WinPython
Shipping nodejs inside WinPython is a pain, but JupyterLab in its current form seems un-maintainable without it.
Sorry, something went wrong.
Thank you @stonebig for the information.
I also found that there is now a way to bypass this limit on Windows 10 since Anniversary Update but it seems that the application must be compiled with this support: https://superuser.com/questions/1119883/windows-10-enable-ntfs-long-paths-policy-option-missing
I would rather do an nodejs-less binary
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Installation fails and abort due to nodejs long paths
eg:
C:\Users\Yann\Documents\temp\09-Septembre\pyth\wpy\WinPython64-3.7.0.2\t\n\node_modules\npm\node_modules\libnpx\node_modules\yargs\node_modules\os-locale\node_modules\execa\node_modules\cross-spawn\node_modules\shebang-command\node_modules\shebang-regex\index.js
A workaround was to install directly to C:\WPy-3702
By the way, why nodejs is included ? it is a dependency ?
The text was updated successfully, but these errors were encountered: