小编Aka*_*_98的帖子

尝试在 python3.9 中安装 numpy 并在 Windows 10 中准备车轮元数据时出错。我没有使用虚拟环境进行检查

尝试安装numpy时出现以下错误:

C:\Users\lenovo>pip install numpy
Collecting numpy
  Using cached numpy-1.19.2.zip (7.3 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... error
    ERROR: Command errored out with exit status 1:
     command: 'c:\users\lenovo\appdata\local\programs\python\python39\python.exe' 'c:\users\lenovo\appdata\local\programs\python\python39\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\lenovo\AppData\Local\Temp\tmpmtdh020c'
         cwd: C:\Users\lenovo\AppData\Local\Temp\pip-install-c07n3_wi\numpy
    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 …
Run Code Online (Sandbox Code Playgroud)

python numpy pip

13
推荐指数
1
解决办法
2万
查看次数

标签 统计

numpy ×1

pip ×1

python ×1