如何解决在Windows中安装setuptools python的错误

时间:2019-09-18 23:29:02

标签: python windows flask virtualenv setuptools

有人可以帮助我解决几个小时的问题吗,我正在尝试使用

安装“ flask-jwt-extended”
pip install flask-jwt-extended

但是我遇到了以下错误

ERROR: Command errored out with exit status 1:
     command: 'c:\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\User\\AppData\\Local\\Temp\\pip-install-fg_ccsgv\\flask-jwt-extended\\setup.py'"'"'; __file__='"'"'C:\\Users\\User\\AppData\\Local\\Temp\\pip-install-fg_ccsgv\\flask-jwt-extended\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
         cwd: C:\Users\User\AppData\Local\Temp\pip-install-fg_ccsgv\flask-jwt-extended\
    Complete output (3 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ModuleNotFoundError: No module named 'setuptools'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

它说我必须安装setuptools,但是我已经安装了它。

Requirement already satisfied: setuptools in c:\lib\site-packages (41.2.0)

有人可以帮我吗?我不知道会是什么

谢谢!

1 个答案:

答案 0 :(得分:0)

pip安装gitpython 点安装os-win 点安装轮

在Linux上使用sudo或在Windows中以管理员身份运行cmd

这为我解决了这个问题