I am trying to use the bare metal installation of Nvidia Modulus 22.03 on my PC. I followed the instructions from Nvidia Documentation. Modulus installation was successful using the python setup.py install
. However, the PySDF is problematic. I can’t use easy_install
tried pip
as well, turned out egg
files is depreciated stuff and does not work with pip
.
I upgraded the pip to 22.0.4 and setuptools to 62.1.0, still things are same. I am experiencing the same in my university PC as well. Both of them run Ubuntu LTS 20.04.
Here is some useful information.
(modulus22.03) hell@Dell-Precision-T1600:~/Desktop/Nvidia modulus/Nvidia Modulus 22.03/Modulus_source/Modulus/external/eggs$ pwd
/home/hell/Desktop/Nvidia modulus/Nvidia Modulus 22.03/Modulus_source/Modulus/external/eggs
(modulus22.03) hell@Dell-Precision-T1600:~/Desktop/Nvidia modulus/Nvidia Modulus 22.03/Modulus_source/Modulus/external/eggs$ ls
pysdf-0.1-py3.8-linux-x86_64.egg
(modulus22.03) hell@Dell-Precision-T1600:~/Desktop/Nvidia modulus/Nvidia Modulus 22.03/Modulus_source/Modulus/external/eggs$ python -m easy_install pysdf-0.1-py3.8-linux-x86_64.egg
/home/hell/anaconda3/envs/modulus22.03/bin/python: No module named easy_install
(modulus22.03) hell@Dell-Precision-T1600:~/Desktop/Nvidia modulus/Nvidia Modulus 22.03/Modulus_source/Modulus/external/eggs$ python --version
Python 3.9.12
(modulus22.03) hell@Dell-Precision-T1600:~/Desktop/Nvidia modulus/Nvidia Modulus 22.03/Modulus_source/Modulus/external/eggs$ python3 --version
Python 3.9.12
(modulus22.03) hell@Dell-Precision-T1600:~/Desktop/Nvidia modulus/Nvidia Modulus 22.03/Modulus_source/Modulus/external/eggs$