KurtzmanLab / SSTMap

Solvation Structure and Thermodynamic Mapping
MIT License
38 stars 23 forks source link

No package metadata was found for sstmap #119

Closed Pippetta87 closed 1 year ago

Pippetta87 commented 1 year ago

Hi, I've installed SSTMap cloning from this repository then python3 setup.py build && python3 setup.py install --prefix=~/SSTMap and testing with ../../bin/run_hsa -i testcase.gro -t md100ps.xtc -l ligand.pdb -p params.top -s 0 -f 100 -o testcase. I get the following error:

File "/home/salvicio/SSTMap/local/platforms/gromacs/../../bin/run_hsa", line 33, in <module>
    sys.exit(load_entry_point('sstmap==1.1.4', 'console_scripts', 'run_hsa')())
   File "/home/salvicio/SSTMap/local/platforms/gromacs/../../bin/run_hsa", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
   File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 969, in distribution
    return Distribution.from_name(distribution_name)
   File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 548, in from_name
    raise PackageNotFoundError(name)
 importlib.metadata.PackageNotFoundError: No package metadata was found for sstmap
Yeonji-Ji commented 1 year ago

Hi, Sorry that it took so long to answer. I guess it happened because of the version of python. Have you tried python 3.6?

Thank you. Yeonji