-
Notifications
You must be signed in to change notification settings - Fork 48
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
undefined symbol: hasEntries #45
Comments
Sorry about this and the delayed reply. I'm posting a new version now with this fixed. The problem was due to the |
dpryan79
added a commit
that referenced
this issue
Oct 19, 2017
hasEntries() was only defined if numpy was installed! Bump to 0.3.6. Fix #45
Version 0.3.6 is now available via |
Works great, thank you very much! |
rmsds
added a commit
to epfl-scitas/spack
that referenced
this issue
Jan 24, 2019
* (in particular up to 0.3.6) the build fails if numpy is not present * deeptools/pyBigWig#45
rmsds
added a commit
to epfl-scitas/spack
that referenced
this issue
Jan 25, 2019
* (in particular up to 0.3.6) the build fails if numpy is not present * deeptools/pyBigWig#45
alalazo
pushed a commit
to epfl-scitas/spack
that referenced
this issue
Jan 28, 2019
* bcftools: use spack-built htslib * instead of (re)building the bundled htslib it uses the already installed one * besides being sensible, it makes the build succeed with %intel * pybigwig: add missing numpy dependency * (in particular up to 0.3.6) the build fails if numpy is not present * deeptools/pyBigWig#45 * py-pybigwig: update version * py-pybigwig: fix building with python 3 and curl * added a patch so that building with python3 and external curl works (it was previously picking up libcurl from the system) * added the current version as limit for this patch as the fix is also being pushed upstream * deeptools/pyBigWig#76 * py-pybigwig: only apply patch when really needed * in line with upstream PR * spack#10444
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using version 0.3.5 I'm getting this error when importing pyBigWig (Python 2.7.9 on Ubuntu 15.04):
ImportError: /home/chug/kaic_venv/local/lib/python2.7/site-packages/pyBigWig.so: undefined symbol: hasEntries
I installed it using the binary wheel from PyPI. The symbol hasEntries doesn't seem to be properly exported:
Interestingly, when I install from source using
pip install --no-binary :all: pyBigWig
it works fine.The text was updated successfully, but these errors were encountered: