-
Notifications
You must be signed in to change notification settings - Fork 305
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
Unable to Successfully Install nvidia-modulus #746
Comments
Sorry, second look shows that you are also stuck with the numpy version. If you are not deploying something, you may want to install the current state of repository until next release rolls out. You can do it with : |
No, you are trying with the same version. You can see the line that downloads numpy has an upper bound. Please, refer to the readme about installing it from source package or use the command I just shared above (more convenient for jupyter notebooks). |
Sorry for misunderstanding. The solution I have provided should work for python I think the current problem you are facing with is related to this. Could you try this then: If this also does not work, I would suggest upgrading to python |
Could you try the following then: |
Same issue here any solution other than what stated above? |
When I execute the command
pip install nvidia-modulus[all]
,Additional information: I ran the above command in JupyterLab. the following error occurs.The text was updated successfully, but these errors were encountered: