maxscheurer / pycontact

Analysis of non-covalent interactions in MD trajectories
https://pycontact.github.io/
GNU General Public License v3.0
51 stars 12 forks source link

Unable to install #72

Closed zelsan closed 3 years ago

zelsan commented 4 years ago

Hi, I tried installing code, and it looked successful.

pip install pycontact PyQt5 Output: Successfully installed PyQt5-5.15.1 PyQt5-sip-12.8.1

But, upon starting the pycontact I get error which is in the attachment. I tried: conda install libgcc

But the error did not change. Best. error

maxscheurer commented 3 years ago

There seems to be an issue with scipy rather than with pycontact.

Try import scipy and import MDAnalysis in a python shell and see if you get the same error.

Closing this because it's not caused by pycontact.