“ pipenv安装”导致“ OSError:命令... / python2.7-setuptools pip wheel失败,错误代码为1”

时间:2018-10-09 08:59:55

标签: python pipenv

运行:

mkdir pythontest
cd pythontest
pipenv install requests

原因:

 "OSError: Command .../python2.7 - setuptools pip wheel failed with error code 1"

一些其他信息:

  • Mac OS
  • 我似乎没有conda

1 个答案:

答案 0 :(得分:-1)

在Mac中默认安装的python版本是2.7,这不是构建较新应用程序的推荐版本。

请从https://www.python.org/安装最新的python版本(即3.7.0)

然后尝试“ pip3.7安装请求”