Installation of modulus on colab

I have tried installing Modulus on colab using bare metal and i am seeing an issue like this
Requirement already satisfied: matplotlib in /usr/local/lib/python3.10/dist-packages (3.7.1)
Collecting transforms3d
Downloading transforms3d-0.4.1.tar.gz (1.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 8.9 MB/s eta 0:00:00
Preparing metadata (setup.py) … done
Requirement already satisfied: future in /usr/local/lib/python3.10/dist-packages (0.18.3)
Collecting typing
Downloading typing-3.7.4.3.tar.gz (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/78.6 kB 12.3 MB/s eta 0:00:00
Preparing metadata (setup.py) … done
Requirement already satisfied: numpy in /usr/local/lib/python3.10/dist-packages (1.23.5)
Collecting quadpy
Downloading quadpy-0.17.12-py3-none-any.whl (3.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 18.9 MB/s eta 0:00:00
Collecting numpy-stl==2.16.3
Downloading numpy-stl-2.16.3.tar.gz (772 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 772.1/772.1 kB 26.8 MB/s eta 0:00:00
Preparing metadata (setup.py) … done
Requirement already satisfied: h5py in /usr/local/lib/python3.10/dist-packages (3.9.0)
Collecting sympy==1.5.1
Downloading sympy-1.5.1-py2.py3-none-any.whl (5.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 36.3 MB/s eta 0:00:00
Requirement already satisfied: termcolor in /usr/local/lib/python3.10/dist-packages (2.3.0)
Requirement already satisfied: psutil in /usr/local/lib/python3.10/dist-packages (5.9.5)
Collecting symengine==0.6.1
Downloading symengine-0.6.1.tar.gz (721 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 722.0/722.0 kB 41.8 MB/s eta 0:00:00
error: subprocess-exited-with-error

× python setup.py egg_info 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.
Preparing metadata (setup.py) … error
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

Hi @abhishek75472

Try either updating your pip and setup tools package.