We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip install
1 parent 85461c2 commit 1be8ba7Copy full SHA for 1be8ba7
docs/reference/troubleshooting/build-failures.md
@@ -45,7 +45,7 @@ to reproduce it with pip:
45
```console
46
$ uv venv -p 3.13 --seed
47
$ source .venv/bin/activate
48
-$ pip install --use-pep517 'numpy==1.19.5'
+$ pip install --use-pep517 --no-cache --force-reinstall 'numpy==1.19.5'
49
Collecting numpy==1.19.5
50
Using cached numpy-1.19.5.zip (7.3 MB)
51
Installing build dependencies ... done
0 commit comments