ZimmermanGroup / pyGSM

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

GSM Command Import Errors #36

Open dustinrb opened 2 years ago

dustinrb commented 2 years ago

I'm trying to install PyGSM on my local machine but the gsm command fails with runtime errors.

My machine's specs are:

MBP Late 2013 13" macOS 11.6.1 Python 3.8 installed through Conda

My installation script is:

conda create -y --name gsm python=3.8 
conda activate gsm
# `python setup.py install` gives deprecation errors
pip install git+https://github.com/ZimmermanGroup/pyGSM.git

gsm

Issues:

Thanks for your help in getting PyGSM up and running

craldaz commented 2 years ago

I think I introduced a module loading error in the last commit. Will try to fix it later tonight.