carltongibson / rest-framework-tutorial

62 stars 65 forks source link

Failed to install MarkupSafe #14

Open mrvertexinc opened 3 years ago

mrvertexinc commented 3 years ago

Collecting MarkupSafe==1.0 Downloading MarkupSafe-1.0.tar.gz (14 kB) ERROR: Command errored out with exit status 1: command: 'c:\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\MichaelRoytman\AppData\Local\Temp\pip-install-_hlabhms\MarkupSafe\setup.py'"'"'; file='"'"'C:\Users\MichaelRoytman\AppData\Local\Temp\pip-install-_hlabhms\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\MichaelRoytman\AppData\Local\Temp\pip-pip-egg-info-v6g_anhl' cwd: C:\Users\MichaelRoytman\AppData\Local\Temp\pip-install-_hlabhms\MarkupSafe\ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\MichaelRoytman\AppData\Local\Temp\pip-install-_hlabhms\MarkupSafe\setup.py", line 6, in from setuptools import setup, Extension, Feature ImportError: cannot import name 'Feature' from 'setuptools' (c:\python38\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.