美文网首页
mac python3安装numpy

mac python3安装numpy

作者: 二十尹 | 来源:发表于2020-04-26 15:03 被阅读0次

    1、环境:Mac python3.7
    2、初期尝试各种命令安装失败:

    pip3 install numpy
    python3 -m pip install numpy
    ... 
    

    3、这个终于成功了

     $ python3 -m pip install numpy -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
    
    成功

    相关文章

      网友评论

          本文标题:mac python3安装numpy

          本文链接:https://www.haomeiwen.com/subject/xkzdwhtx.html