【发布时间】:2016-06-07 15:05:11
【问题描述】:
我正在尝试使用 powershell (windows) 安装“TA_Lib-0.4.9-cp27-*.whl”文件。我收到消息“文件...看起来像一个文件名,但该文件不存在”。
我从 whl 文件所在的 C:\Programs> 运行“pip install C:\Programs\TA_Lib-0.4.9-cp27-*.whl”。
我使用 python 2.7,但我也尝试使用文件 'TA_Lib-0.4.9-cp34-*.whl' 得到相同的结果。
我在网上和 SO 上查看过类似的情况,但到目前为止,我尝试的所有操作都给我同样的红色错误消息“TA_Lib-0.4.9-cp27-*.whl 不是有效的车轮文件名”。
编辑: 我在 powershell 中收到的完整消息如下:
'Requirement 'C:\Programs\TA_Lib-0.4.9-cp27-.whl' 看起来像一个文件名,但该文件不存在 TA_Lib-0.4.9-cp27-.whl 不是有效的车轮文件名。'
感谢您的帮助和建议。
【问题讨论】:
-
您可以复制并粘贴确切的错误消息,而不是解释错误消息吗?例如如果是
looks like a filename, but the file does not exist xyz.whl is not a supported wheel on this platform,请准确填写。 -
@Brian Cain:请看我上面的编辑
-
@Brian Cain:这不是重复的,因为我已经看过这个 SO 消息
标签: python python-wheel