deeptools / pyBigWig

A python extension for quick access to bigWig and bigBed files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

numpy support broken in 0.3.18?

francois-a opened this issue · comments

Hi, is there an issue with numpy compatibility in 0.3.18? I'm seeing the following:

pip3 install pyBigWig=="0.3.17"
python3 -c "import pyBigWig; print(pyBigWig.numpy)"
1

pip3 install pyBigWig=="0.3.18"
python3 -c "import pyBigWig; print(pyBigWig.numpy)"
0

Thanks for looking into it.

It works fine, for example the one available via conda is compiled with support for numpy. Numpy needs to be installed before pyBigWig for that to work.