You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was attempting to do some testing/experimenting and I currently run Python 3.11.4, but I was running into an import error with numpy.
Steps to reproduce
Install fresh virtual environment with python 3.11:
pyenv local 3.11.4
python -m venv venv
source venv/bin/activate
Install GenomicRanges
pip install genomicranges
Attempt import:
importgenomicranges
Observe error
File "__init__.pxd", line 944, in numpy.import_array
ImportError: numpy.core.multiarray failed to import
To resolve
I can resolve this by just downgrading python to 3.10.
Additional information
It seems likenumpy only supports python 3.11 in 1.23.3 and up. I see this package has it pinned to 1.22.1. Is it possible to bump numpy to >1.23.3? Or just unpin it?
Let me know if you need any more information!
Nathan
The text was updated successfully, but these errors were encountered:
Overview
Hello - excited about this library!
I was attempting to do some testing/experimenting and I currently run Python
3.11.4
, but I was running into an import error withnumpy
.Steps to reproduce
GenomicRanges
To resolve
I can resolve this by just downgrading python to 3.10.
Additional information
It seems like
numpy
only supports python 3.11 in1.23.3
and up. I see this package has it pinned to 1.22.1. Is it possible to bumpnumpy
to>1.23.3
? Or just unpin it?Let me know if you need any more information!
Nathan
The text was updated successfully, but these errors were encountered: