Ramprasad-Group / polygnn

polyGNN is a Python library to automate ML model training for polymer informatics.
Other
29 stars 4 forks source link

ModuleNotFoundError: No module named 'distutils.cmd' #25

Open williamschertzer opened 1 month ago

williamschertzer commented 1 month ago

Upon setup and running the following command:

`poetry run poe torch-linux_win-cuda102

on tyrion2, the following error message is received:

ModuleNotFoundError: No module named 'distutils.cmd'

And distutils cannot be installed on python 3.7 without sudo permission

rishigurnani commented 1 month ago

Looks like this is a python error. Did you try poetry run pip install distutils?