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 install #20

Closed
hmontenegro opened this issue Jun 13, 2017 · 2 comments
Closed

pip install #20

hmontenegro opened this issue Jun 13, 2017 · 2 comments

Comments

@hmontenegro
Copy link

hmontenegro commented Jun 13, 2017

bx-python does not install completely with pip install bx-python, as some shared libraries are not compiled:

bbi_file.so, bigbed_file.so, bigwig_file.so, bpt_file.so, cirtree_file.so

This causes problems with other packages, e.g. this issue with CrossMap.

One needs to download from PyPI and install with pip install bx-python-0.7.3.tar.gz

@TyberiusPrime
Copy link

Also, for pip to evaluate the requirements, numpy must have been installed previously, preventing install in a clean virtual environment.

@nsoranzo
Copy link
Collaborator

Installing from wheels (which are available for recent releases on PyPI) should solve this.

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