-
Notifications
You must be signed in to change notification settings - Fork 50
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
no module named configuration #22
Comments
I've just tried the github and the pypi version, both work for me. Can you give me more details? |
I install using: C:\Users\Owner>pip install pyGeno But then when I try to run the examples I get: |
File "C:\Users\Owner\Anaconda3\lib\site-packages\pyGeno_init_.py", line 3, in ImportError: No module named 'configuration' |
pyGeno is python 2.7 only for now could you be running a python3 environement? Could you try the git version? If not I will be pushing new versions in the upcoming days of both pyGeno and rabaDB to pypi. You'd have to upgrade you pypi pacakges. |
This tool has a lot of potential, unfortunately I am facing similar issues. Any progress on upgrading it to python 3 version? |
Unfortunately no. Since most of my development time is taken by Mariana, my work on pyGeno is for the moment limited to maintenance and small improvements on the 2.7 version. |
I'm closing this issue as it has been ported to py3. |
when calling
from pyGeno.Genome import *
ImportError: No module named 'configuration'
The text was updated successfully, but these errors were encountered: