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

Update main_gsm.py #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jandestrada
Copy link

Please make this change. Using pip install git+https://github.com/ZimmermanGroup/pyGSM.git' or poetry add git+https://github.com/ZimmermanGroup/pyGSM.git` leads to the following import error:

  from pyGSM.growing_string_methods import DE_GSM
  File "[path-to-pygsminstallation]/pyGSM/growing_string_methods/__init__.py", line 2, in <module>
    from .main_gsm import MainGSM
  File "[path-to-pygsminstallation]/pyGSM/growing_string_methods/main_gsm.py", line 15, in <module>
    from molecule.molecule import Molecule```

## Description
Will allow for bugless installation when using pip or poetry to install this package instead of having to git clone repo. 

Please make this change. Using `pip install git+https://github.com/ZimmermanGroup/pyGSM.git' or `poetry add git+https://github.com/ZimmermanGroup/pyGSM.git` leads to the following import error: 
```
  from pyGSM.growing_string_methods import DE_GSM
  File "[path-to-pygsminstallation]/pyGSM/growing_string_methods/__init__.py", line 2, in <module>
    from .main_gsm import MainGSM
  File "[path-to-pygsminstallation]/pyGSM/growing_string_methods/main_gsm.py", line 15, in <module>
    from molecule.molecule import Molecule```
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

Successfully merging this pull request may close these issues.

1 participant