简体   繁体   中英

ERROR: Command errored out with exit status 1: When trying to 'pip install quantum-grove' in window

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM