【发布时间】:2019-05-07 09:09:16
【问题描述】:
我正在尝试安装 CsvFormat 包
我正在使用 python 2.7.10
vm02$ pip install --user CsvFormat
错误是
Collecting CsvFormat
Could not find a version that satisfies the requirement CsvFormat (from versions: )
No matching distribution found for CsvFormat
vm02$ python -V
Python 2.7.10
【问题讨论】:
-
There is no CsvFormat at PyPI。你要安装什么?
标签: python python-2.7 pip