【问题标题】:How Can I download linux .whl file with dependencies on windows如何下载依赖于 Windows 的 linux .whl 文件
【发布时间】:2019-03-11 08:37:06
【问题描述】:

我想下载带有依赖项的 Linux_x86_64 Python 包(.whl) 在 windows10 上,Python 3.6.8 版本。 像这样:

pip download 
--only-binary=:all: 
--platform linux_x86_64 
--python-version 35 
--implementation py 
--abi none 
-d "C:\my\download\folder" 
pandas

但它需要一个像这样的错误:

 Could not find a version that satisfies the requirement pandas (from versions: )
No matching distribution found for pandas

请帮帮我...

【问题讨论】:

  • 尝试 --implementation cp(CPython 代替通用 Python)并删除 --abi none

标签: python download pip


【解决方案1】:

解决了... 就像这段代码在 linux 电脑上一样。

pip download package

【讨论】:

    【解决方案2】:

    我从here 下载适用于 Windows 的科学 Python 包。请确保从提到的站点安装其他依赖项。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-06-20
      • 2020-09-12
      • 1970-01-01
      • 2019-07-07
      • 2018-06-27
      • 2022-11-05
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多