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!