Reputation: 65
I'm trying to fix with 'pip install --upgrade setuptools && python -m pip install --upgrade pip
', but it still not work and error. How can I do?
ERROR: Command errored out with exit status 1: command: 'c:\users\it\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\it\AppData\Local\Temp\pip-install-g2ejs5st\immutables_17746a89c66b4c4daeb1c8eee86da7de\setup.py'"'"'; file='"'"'C:\Users\it\AppData\Local\Temp\pip-install-g2ejs5st\immutables_17746a89c66b4c4daeb1c8eee86da7de\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\it\AppData\Local\Temp\pip-wheel-69foxfyt' cwd: C:\Users\it\AppData\Local\Temp\pip-install-g2ejs5st\immutables_17746a89c66b4c4daeb1c8eee86da7de
Complete output (21 lines):
This is text that come from error.
Upvotes: 0
Views: 2785
Reputation: 65
Good evening, thank you for everyone's answers. I already fixed the problem. I noticed in the text of an error it shows 'error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/' So I got into the link and install C++ build tools then it works!! It is my fault to overlook a shown error text. Thank you again.
Upvotes: 1