question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dependency conflict with `numpy` 1.23

See original GitHub issue

I’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:closed
  • Created a year ago
  • Comments:22 (10 by maintainers)

github_iconTop GitHub Comments

5reactions
kerstin921commented, Jul 15, 2022

Ok, any idea when 0.57 will be released?

0reactions
esccommented, Jul 26, 2022

The issue to track NumPy 1.23 support is here: https://github.com/numba/numba/issues/8263

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found