`
(venv) PS C:UsersHarry Myers> pip install numpy pandas
Collecting numpy
Using cached numpy-1.26.4.tar.gz (15.8 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> [383 lines of output]
Collecting ninja>=1.8.2
Using cached ninja-1.11.1.1.tar.gz (132 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: ninja
Building wheel for ninja (pyproject.toml): started
Building wheel for ninja (pyproject.toml): finished with status 'error'
error: subprocess-exited-with-error
Building wheel for ninja (pyproject.toml) did not run successfully.
exit code: 1
[360 lines of output]
C:UsersHarry MyersAppDataLocalTemppip-build-env-kkt9r_i_overlaylibpython3.11site-packagessetuptools_scmgit.py:312: UserWarning: git archive did not support describe output
warnings.warn("git archive did not support describe output")
C:UsersHarry MyersAppDataLocalTemppip-build-env-kkt9r_i_overlaylibpython3.11site-packagessetuptools_scmgit.py:331: UserWarning: unprocessed git archival found (no export subst applied)
I can’t install numpy or pandas on my computer I need them for a school project. I’ve alredy installed the latest versions of python, pip, and cmake. These are the errors I am getting. please help.
New contributor
Harry Myers is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.