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

Cannot install pyGeno successfully #65

Open
lotus-devo opened this issue Jul 20, 2020 · 1 comment
Open

Cannot install pyGeno successfully #65

lotus-devo opened this issue Jul 20, 2020 · 1 comment

Comments

@lotus-devo
Copy link

I tried to install pyGeno in python2.7 ubuntu16.04.10,but Can't install successfully. The error message is as follows:
Traceback (most recent call last):
File "", line 1, in
File "/home/dongl/.local/lib/python2.7/site-packages/pyGeno/init.py", line 3, in
from .configuration import pyGeno_init
File "/home/dongl/.local/lib/python2.7/site-packages/pyGeno/configuration.py", line 3, in
import rabaDB.rabaSetup
File "/home/dongl/.local/lib/python2.7/site-packages/rabaDB/rabaSetup.py", line 24
class RabaConfiguration(object, metaclass=RabaNameSpaceSingleton) :
^
SyntaxError: invalid syntax

how can I solve this problem? Please help me

@lucventurini
Copy link

Dear @lotus-devo ,

Most probably the issue is that you are using Python 2.7. Should you switch to Python3, the code should become syntactically valid and therefore PyGeno should function correctly.

Kind regards

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