Dependency conflict with `numpy` 1.23
See original GitHub issueI’m getting a dependency conflict reported by pipdeptree
:
numba 0.55.2 requires numpy<1.23,>=1.18, but you have numpy 1.23.1 which is incompatible.
Confirmed by pip
doing python -m pip install --upgrade numpy
:
Collecting numpy
Using cached numpy-1.23.1-cp38-cp38-win_amd64.whl (14.7 MB)
Installing collected packages: numpy
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed.
This behaviour is the source of the following dependency conflicts.
numba 0.55.2 requires numpy<1.23,>=1.18, but you have numpy 1.23.1 which is incompatible.
Successfully installed numpy-1.23.1
I have the latest versions of both numba
and numpy
installed on a Windows 7 machine.
Issue Analytics
- State:
- Created a year ago
- Comments:22 (10 by maintainers)
Top Results From Across the Web
For downstream package authors — NumPy v1.23 Manual
If a package either uses the NumPy C API directly or it uses some other tool that depends on it like Cython or...
Read more >How to handle the package version requirement, when two or ...
I am using the bbox python library for detection. During code execution I got the error: **"ERROR: numba 0.55.1 has requirement numpy<1.22,>= ...
Read more >Dependency resolution conflict on universal2 with pip 22.3 ...
Hello, We're trying to build PyArrow binary wheels for Python 3.11. ... needing numpy 1.23.2 (as shown in the pip conflict message above), ......
Read more >Environment.yml installs wrong numpy version - Streamlit
This behaviour is the source of the following dependency conflicts. numba 0.55.0 requires numpy<1.22,>=1.18, but you have numpy 1.23.2 which ...
Read more >TensorFlow and Numpy Issue M1 | Apple Developer Forums
As @Yookey mentioned there is a numpy version dependency with TF 2.5 version. In the tensorflow-deps meta-package we have chosen TF dependent package's ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok, any idea when 0.57 will be released?
The issue to track NumPy 1.23 support is here: https://github.com/numba/numba/issues/8263