报错内容:
ERROR: Command errored out with exit status 1:
command: 'F:\PythonProject\51Shop\venv\Scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\wangluo\\AppData\\Local\\Temp\\pip-install-7cnt0w7q\\markupsafe\\setup.py'"'"'; __file__='"'"'C:\\Users\\wangluo\\AppData\\Local\\Temp\\pip-install-7cnt0w7q\\markupsafe\\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 'C:\Users\wangluo\AppData\Local\Temp\pip-pip-egg-info-7vokjo92'
cwd: C:\Users\wangluo\AppData\Local\Temp\pip-install-7cnt0w7q\markupsafe\
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\wangluo\AppData\Local\Temp\pip-install-7cnt0w7q\markupsafe\setup.py", line 6, in <module>
from setuptools import setup, Extension, Feature
ImportError: cannot import name 'Feature' from 'setuptools' (F:\PythonProject\51Shop\venv\lib\site-packages\setuptools\__init__.py)
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.