【发布时间】:2017-07-08 16:40:09
【问题描述】:
我是 Mac 用户,今天我尝试安装 csv,这是命令
pip install csv.但不幸的是它返回了以下错误
Could not find a version that satisfies the requirement csv (from versions: )
No matching distribution found for csv
我有 Python 版本 2.7.13,并且我安装了其他依赖项,例如 scikit-learn,numpy and matplotlib,但由于某种原因我无法安装 csv。
【问题讨论】: