I was installing qiskit with python 3.10 using
pip install qiskit
I had this error message then retried to reinstall dependencies starting from scipy.
ERROR: Command errored out with exit status 1: 'C:\Users\V\Anaconda3\envs\quantum\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\V\\AppData\\Local\\Temp\\pip-install-wzcm65xt\\numpy_c83cea5123ba4c3796a5f07a57f874a8\\setup.py'"'"'; __file__='"'"'C:\\Users\\V\\AppData\\Local\\Temp\\pip-install-wzcm65xt\\numpy_c83cea5123ba4c3796a5f07a57f874a8\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\V\AppData\Local\Temp\pip-record-5ph1znak\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\V\AppData\Local\Temp\pip-build-env-cfe2bivd\overlay' --compile --install-headers 'C:\Users\V\AppData\Local\Temp\pip-build-env-cfe2bivd\overlay\Include\numpy' Check the logs for full command output.
The only similar request was with out a solution.