【问题标题】:Pip3 search finds intel-numpy, but can't installPip3 搜索找到 intel-numpy,但无法安装
【发布时间】:2018-11-15 02:31:41
【问题描述】:

当我执行pip3 search intel-numpy 时,会发现它,但是当我尝试pip3 install intel-numpy 时,我收到错误Could not find a version that satisfies the requirement intel-numpy。有人知道如何解决这个问题吗?我试图将其限制为命令行操作,因为我想将它添加到 Dockerfile 中。

【问题讨论】:

    标签: numpy command-line pip installation intel


    【解决方案1】:

    downloadable files 列表中只有 Python 2.7 和 3.6 的 64 位轮子,没有源文件。您有不同版本的 Python 或不同的(32 位)架构。或两者兼而有之。

    【讨论】:

    • 啊,好的,谢谢。一定是因为我从 Ubuntu apt-get install python3-pip得到了 python 3.5@
    • 然后安装标准的 Numpy。
    • 我打算安装 py 3.6
    猜你喜欢
    • 1970-01-01
    • 2018-08-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-07-16
    • 1970-01-01
    • 2021-04-08
    • 2018-01-09
    相关资源
    最近更新 更多