当我尝试在 Python 3.9 中使用pip install numpy
安装numpy时,出现此错误:
ERROR: Command errored out with exit status 1:
command: 'c: 'c:prepare_metadata_for_build_wheel 'C
cwd:
Complete output (200 lines):
Running from numpy source directory.
setup.py:470: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates
run_build = parse_setuppy_commands()
Processing numpy/random\_bounded_integers.pxd.in
Processing numpy/random\bit_generator.pyx
Processing numpy/random\mtrand.pyx
Processing numpy/random\_bounded_integers.pyx.in
Processing numpy/random\_common.pyx
Processing numpy/random\_generator.pyx
Processing numpy/random\_mt19937.pyx
Processing numpy/random\_pcg64.pyx
Processing numpy/random\_philox.pyx
Processing numpy/random\_sfc64.pyx
我看了很多教程,并在stackoverflow上搜索了一些类似的问题,但是找不到答案。