ERROR: No matching distribution found for numpy>=2.0
Open
@kevinch-nv is already working on this.
Since Feb 11, 2025.
Module:OSS Build
triaged
- Dominant language
- C++
- Stars
- 13.4k
- Forks
- 2.4k
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 2
Description
In TensorRT 8.6 branch, when I run
./docker/build.sh --file docker/ubuntu-20.04.Dockerfile --tag tensorrt-ubuntu20.04-cuda12.1
it fails on line
RUN pip3 install -r /tmp/requirements.txt
with error:
ERROR: No matching distribution found for numpy>=2.0
This could be avoided for example, if you would specify concrete versions of all python packages, it's never a good idea to specify just
Pillow
numpy
pycuda
pytest
in requirements.txt
Can you please specify what versions were used in your build?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.