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

pip installation does not work #2

Closed
ialbert opened this issue Apr 8, 2015 · 1 comment
Closed

pip installation does not work #2

ialbert opened this issue Apr 8, 2015 · 1 comment

Comments

@ialbert
Copy link

ialbert commented Apr 8, 2015

pip install pyGeno

then

>>> import pyGeno.bootstrap as B
>>> B.printDatawraps()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/ialbert/.virtualenvs/work/lib/python2.7/site-packages/pyGeno/bootstrap.py", line 24, in printDatawraps
    l = listDatawraps()
  File "/Users/ialbert/.virtualenvs/work/lib/python2.7/site-packages/pyGeno/bootstrap.py", line 12, in listDatawraps
    for f in os.listdir(os.path.join(this_dir, "bootstrap_data/genomes")) :
OSError: [Errno 2] No such file or directory: '/Users/ialbert/.virtualenvs/work/lib/python2.7/site-packages/pyGeno/bootstrap_data/genomes'
@tariqdaouda
Copy link
Owner

Hi,

The problem was that the folders containing the datawraps were not included in the pip version. I'm sorry it is fixed now. Only the bootstrap module suffered from it, the rest of the installation went fine and you should be able to use it just fine. I would recommend nonetheless upgrading your version by doing:

pip install --upgrade pyGeno

or switching to the git version, to get the bleeding edge updates.

Cheers,

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