【问题标题】:Can't install csv module无法安装 csv 模块
【发布时间】: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

【问题讨论】:

    标签: python macos csv pip


    【解决方案1】:

    csv 是 python 标准库的一部分,所以你不需要用 pip 安装它。只需使用它:

    import csv
    

    【讨论】:

      猜你喜欢
      • 2018-05-15
      • 2019-06-07
      • 2019-07-07
      • 2014-09-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多