We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to install PyGSM on my local machine but the gsm command fails with runtime errors.
gsm
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:
coordinate_systems
Utilities
molecule
Thanks for your help in getting PyGSM up and running
The text was updated successfully, but these errors were encountered:
I think I introduced a module loading error in the last commit. Will try to fix it later tonight.
Sorry, something went wrong.
No branches or pull requests
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:
gsm
command gives import errors. These includes references tocoordinate_systems
,Utilities
, andmolecule
gsm
gives an indentation errorThanks for your help in getting PyGSM up and running
The text was updated successfully, but these errors were encountered: