相关疑难解决方法(0)

如何安装NumPy for Python 3.6

我正在使用Python 3.6b3进行长期运行的项目,在Windows上进行开发.对于这个项目,我也需要NumPy.我已经尝试过Python36 -m pip install numpy,但似乎pip尚未进入测试阶段.安装NumPy for Python 3.6b3的最佳方法是什么?

[编辑:使用ensurepip后添加了安装日志]

D:\aaa\numpy-1.12.0b1>call C:\Python36\python.exe -m pip install numpy 
Collecting numpy
  Using cached numpy-1.11.2.tar.gz
Installing collected packages: numpy
  Running setup.py install for numpy: started
    Running setup.py install for numpy: finished with status 'error'
    Complete output from command C:\Python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\info_000\\AppData\\Local\\Temp\\pip-build-ueljt0po\\numpy\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\info_000\AppData\Local\Temp\pip-nmezr3c7-record\install-record.txt --single-version-externally-managed --compile:
    Running from numpy source directory.

    Note: if you need reliable uninstall behavior, then install
    with pip instead of using `setup.py …
Run Code Online (Sandbox Code Playgroud)

python numpy pip python-3.x

8
推荐指数
2
解决办法
7万
查看次数

标签 统计

numpy ×1

pip ×1

python ×1

python-3.x ×1