Install Scipy with MKL through PIP

后端 未结 7 1082
一向
一向 2020-12-30 23:46

I am using PIP to install Scipy with MKL to accelerate the performance. My OS is Ubuntu 64 bit. Using the solution from this question, I create a file .numpy-site.cfg

7条回答
  •  感情败类
    2020-12-31 00:05

    For me, MKL came with Scipy library by conda install scipy

    @rscohn2 solution gave me a hint for using packages.

    For the reference, my environment is included Ubuntu, Anaconda, Python 3.6, Scipy 1.1 and MKL 2018.0.

提交回复
热议问题