Installing NumPy via Anaconda in Windows

前端 未结 5 2030
一生所求
一生所求 2020-12-05 20:01

I am trying to use Numpy in a Python 2.7.8 script in Windows. So, I download and installed the latest version of Anaconda (I also want to use some of the other tools in Anac

5条回答
  •  隐瞒了意图╮
    2020-12-05 20:20

    The above answers seem to resolve the issue. If it doesn't, then you may also try to update conda using the following command.

    conda update conda
    

    And then try to install numpy using

    conda install numpy
    

提交回复
热议问题