ZimmermanGroup / pyGSM

Thermal and photochemical reaction path optimization and discovery
MIT License
50 stars 26 forks source link

ERROR #24

Closed small-bamboo closed 3 years ago

small-bamboo commented 3 years ago

I follow you introduction ,but it gives a error ***88 Traceback (most recent call last): File "/home/ybw/anaconda3/bin/gsm", line 33, in sys.exit(load_entry_point('pyGSM==0.1', 'console_scripts', 'gsm')()) File "/home/ybw/anaconda3/bin/gsm", line 25, in importlib_load_entry_point return next(matches).load() File "/home/ybw/anaconda3/lib/python3.8/importlib/metadata.py", line 77, in load module = import_module(match.group('module')) File "/home/ybw/anaconda3/lib/python3.8/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 783, in exec_module File "", line 219, in _call_with_frames_removed File "/home/ybw/anaconda3/lib/python3.8/site-packages/pyGSM-0.1-py3.8.egg/pygsm/wrappers/main.py", line 21, in from growing_string_methods import * File "/home/ybw/anaconda3/lib/python3.8/site-packages/pyGSM-0.1-py3.8.egg/pygsm/growing_string_methods/init.py", line 1, in from .de_gsm import DE_GSM File "/home/ybw/anaconda3/lib/python3.8/site-packages/pyGSM-0.1-py3.8.egg/pygsm/growing_string_methods/de_gsm.py", line 15, in from main_gsm import MainGSM ModuleNotFoundError: No module named 'main_gsm'

small-bamboo commented 3 years ago

i solve that ,but a new error occurs ################################### from geodesic_interpolate import redistribute ModuleNotFoundError: No module named 'geodesic_interpolate' ##############################################

what should i pip?

small-bamboo commented 3 years ago

Is the source code missing?

craldaz commented 3 years ago

I've removed this dependency in this commit 6579477b2ed9232a31220bdb53b282628fe901c4