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

no module named configuration #22

Closed
im281 opened this issue May 7, 2017 · 7 comments
Closed

no module named configuration #22

im281 opened this issue May 7, 2017 · 7 comments

Comments

@im281
Copy link

im281 commented May 7, 2017

when calling
from pyGeno.Genome import *

ImportError: No module named 'configuration'

@tariqdaouda
Copy link
Owner

I've just tried the github and the pypi version, both work for me. Can you give me more details?

@im281
Copy link
Author

im281 commented May 7, 2017

I install using:

C:\Users\Owner>pip install pyGeno
Requirement already satisfied (use --upgrade to upgrade): pyGeno in c:\users\owner\anaconda3\lib\site-packages
Requirement already satisfied (use --upgrade to upgrade): rabaDB>=1.0.2 in c:\users\owner\anaconda3\lib\site-packages (from pyGeno)

But then when I try to run the examples I get:
ImportError: No module named 'configuration'

@im281
Copy link
Author

im281 commented May 7, 2017

File "C:\Users\Owner\Anaconda3\lib\site-packages\pyGeno_init_.py", line 3, in
from configuration import pyGeno_init

ImportError: No module named 'configuration'

@tariqdaouda
Copy link
Owner

tariqdaouda commented May 9, 2017

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.

@asadrahman-horizon
Copy link

This tool has a lot of potential, unfortunately I am facing similar issues. Any progress on upgrading it to python 3 version?

@tariqdaouda
Copy link
Owner

tariqdaouda commented Jun 2, 2017

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.
However, There is already an open issue on py3 support, if it gathers enough attention I will port it to py3.

@tariqdaouda
Copy link
Owner

I'm closing this issue as it has been ported to py3.

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

3 participants