Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/314.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 如何在Anaconda下使用非mkl NumPy?_Python_Numpy_Anaconda_Conda_Intel Mkl - Fatal编程技术网

Python 如何在Anaconda下使用非mkl NumPy?

Python 如何在Anaconda下使用非mkl NumPy?,python,numpy,anaconda,conda,intel-mkl,Python,Numpy,Anaconda,Conda,Intel Mkl,Anaconda Python发行版使用根据英特尔MKL库编译的NumPy(及相关软件包),而不是“标准”NumPy。如何在特定conda env上使用带“标准”NumPy的Anaconda?不幸的是,目前还不能使用另一个Python发行版。如果相关:我正在使用Windows和Python 3.6。有一个nomkl“meta-package”,它安装的包不依赖于MKL。创建环境时只需安装该软件包 $ conda create -n nomkl python=3 numpy nomkl Fetch

Anaconda Python发行版使用根据英特尔MKL库编译的NumPy(及相关软件包),而不是“标准”NumPy。如何在特定conda env上使用带“标准”NumPy的Anaconda?不幸的是,目前还不能使用另一个Python发行版。如果相关:我正在使用Windows和Python 3.6。

有一个
nomkl
“meta-package”,它安装的包不依赖于MKL。创建环境时只需安装该软件包

$ conda create -n nomkl python=3 numpy nomkl
Fetching package metadata .................
Solving package specifications: .

Package plan for installation in environment /Users/user/miniconda3/envs/nomkl:

The following NEW packages will be INSTALLED:

    ca-certificates: 2017.08.26-ha1e5d58_0
    certifi:         2017.11.5-py36ha569be9_0
    libcxx:          4.0.1-h579ed51_0
    libcxxabi:       4.0.1-hebd6815_0
    libedit:         3.1-hb4e282d_0
    libffi:          3.2.1-h475c297_4
    libgfortran:     3.0.1-h93005f0_2
    libopenblas:     0.2.20-h6c53463_3
    ncurses:         6.0-hd04f020_2
    nomkl:           1.0-0
    numpy:           1.13.3-py36_nomklh439e68b_0 [nomkl]
    openssl:         1.0.2n-hdbc3d79_0
    pip:             9.0.1-py36h1555ced_4
    python:          3.6.3-h47c878a_7
    readline:        7.0-hc1231fa_4
    setuptools:      36.5.0-py36h2134326_0
    sqlite:          3.20.1-h7e4c145_2
    tk:              8.6.7-h35a86e2_3
    wheel:           0.30.0-py36h5eb2c71_1
    xz:              5.2.3-h0278029_2
    zlib:            1.2.11-hf3cbc9b_2

谢谢,但它不起作用:获取包元数据。。。。。。。。。。。PackageNotFoundError:当前频道中缺少包:-nomkl我们已在以下频道中搜索包:--在Anaconda Cloud中搜索nomkl,仅提供Linux和OSX版本。没有Windows版本。也许有一些解决方法…这个问题实际上是这里的一个副本:你可以在那里看到Windows上的选项可能是的副本