MDIL-SNU / SIMPLE-NN

SIMPLE-NN(SNU Interatomic Machine-learning PotentiaL packagE – version Neural Network)
GNU General Public License v3.0
47 stars 23 forks source link

can not install simple-nn with pip #66

Closed AlexanderOnly closed 5 years ago

AlexanderOnly commented 5 years ago

pip install simple-nn Collecting simple-nn ERROR: Could not find a version that satisfies the requirement simple-nn (from versions: none) ERROR: No matching distribution found for simple-nn

pip --version pip 19.2.3 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)

Nanco-L commented 5 years ago

Currently, simple-nn cannot be installed by pip. Please download/clone simple-nn repository and run the command python setup.py install as described in our manual (https://simple-nn.readthedocs.io/en/latest/index.html).