【发布时间】:2019-07-22 20:40:20
【问题描述】:
我正在尝试通过运行安装包(python-can)
pip2 install python-can 我收到以下错误:
Collecting windows-curses (from python-can)
ERROR: Could not find a version that satisfies the requirement windows-curses (from python-can) (from versions: none)
Error: No matching distribution found for windows-curses (from python-can)
有什么建议吗?我在 Ubuntu 16.04 上。
【问题讨论】:
-
你使用的是 Python 2.7 吗?
标签: python python-can