jparkhill / TensorMol

Tensorflow + Molecules = TensorMol
http://blogs.nd.edu/parkhillgroup
GNU General Public License v3.0
271 stars 75 forks source link

getiing error while installing #45

Open deleep225 opened 3 years ago

deleep225 commented 3 years ago

aining file:///home/dhileep/TensorMol ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/dhileep/TensorMol/setup.py'"'"'; file='"'"'/home/dhileep/TensorMol/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info cwd: /home/dhileep/TensorMol/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/home/dhileep/TensorMol/setup.py", line 12, in import numpy ModuleNotFoundError: No module named 'numpy' ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.