numpy安装中的一些问题

2024-05-14 22:50:58 发布

您现在位置:Python中文网/ 问答频道 /正文

当我试图用pip install numpypython3.9安装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上搜索了一些类似的问题,但我找不到答案


Tags: installpipintegersinbuildnumpy错误with

热门问题