Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSM Command Import Errors #36

Open
dustinrb opened this issue Nov 15, 2021 · 1 comment
Open

GSM Command Import Errors #36

dustinrb opened this issue Nov 15, 2021 · 1 comment

Comments

@dustinrb
Copy link

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:

  • Running the gsm command gives import errors. These includes references to coordinate_systems, Utilities, and molecule
  • After patching the import errors, running gsm gives an indentation error

Thanks for your help in getting PyGSM up and running

@craldaz
Copy link
Member

craldaz commented Nov 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants