Skip to content

Update main_gsm.py#64

Open
jandestrada wants to merge 1 commit intoZimmermanGroup:masterfrom
jandestrada:patch-1
Open

Update main_gsm.py#64
jandestrada wants to merge 1 commit intoZimmermanGroup:masterfrom
jandestrada:patch-1

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