Bad error during the installation of Nvidia Modulus on Google Colab

Hi,
I have this error while trying to install Nvidia Modulus on Google Colab:

!pip install nvidia-modulus nvidia-modulus-sym
Collecting nvidia-modulus
  Using cached nvidia_modulus-0.9.0-py3-none-any.whl.metadata (21 kB)
Collecting nvidia-modulus-sym
  Downloading nvidia_modulus_sym-1.8.0.tar.gz (208 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.1/208.1 kB 12.3 MB/s eta 0:00:00
  Installing build dependencies ... done
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  Getting requirements to build wheel ... error
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

I really don’t know where it comes from.
Thanks for your help!

1 Like

Hi, I have exactly the same problem. Some people told me that I have to use Linux instead but it did not solve the problem.
Please, If you solve it let me know how ???

This used to work properly but not anymore with me. Try it:

Do the following and should work

pip install nvidia-modulus
pip install "pint==0.19.2"
pip install nvidia-modulus.sym --no-build-isolation
2 Likes

Yes this worked for me thanks. I had to restard runtime once but worked following that.