theochem / horton

HORTON: Helpful Open-source Research TOol for N-fermion systems
http://theochem.github.io/horton/
GNU General Public License v3.0
94 stars 40 forks source link

Install fails on Fedora Server 25 #231

Closed HenriqueCSJ closed 7 years ago

HenriqueCSJ commented 7 years ago

Following step-by-step the instructions provided by the documentation, installation fails on Fedora Server 25:

[henrique@site horton-2.0.1]$ ./setup.py install --user
MACHINE=Linux-Fedora-25-x86_64
Traceback (most recent call last):
  File "./setup.py", line 285, in <module>
    with open('dependencies.json') as f:
IOError: [Errno 2] No such file or directory: 'dependencies.json'
tovrstra commented 7 years ago

This is a known problem: some files are missing from the archive. We should make a 2.0.2 release to fix this. I'll prepare something, so you can give it a try.

tovrstra commented 7 years ago

This should work now with release 2.1.0 (and 2.0.2).

tovrstra commented 7 years ago

P.S. If you still run into problems, feel free to open an new issue.