-
Notifications
You must be signed in to change notification settings - Fork 261
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
requirements.sh is not working correctly #8
Comments
solution
even it's not showing the error, but it does not install any packages as well. so I switch back to your initial attempts.
|
Same issue, after using shell=True, pianoroll is not installed.. |
I tried to add a new line to upgrade the pip into the latest version and it fixed my issue. As simple as adding |
|
|
Please update requirements, remove version of numpy, some of dependencies didn't work with this old version. |
Solved by changing to
|
It works! thx. |
@s8 Thanks for solving this! |
Instead of using subprocess, simply running this command in jupyter notebook can also help |
FileNotFoundError: [Errno 2] No such file or directory: './requirements.sh': './requirements.sh'
The text was updated successfully, but these errors were encountered: