Dragonsborn
@Dragonsborn

ERROR: Command errored out with exit status 1?

Приветствую читающих, в общем нагрянула меня ошибка при установке pip instaal eel
ERROR: Command errored out with exit status 1:
command: 'f:\python\python.exe' 'f:\python\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\Titto\AppData\Local\Temp\pip-build-env-k9vtroue\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools >= 40.8.0' wheel 'Cython >= 3.0a5' 'cffi >= 1.12.3 ; platform_python_implementation == '"'"'CPython'"'"'' 'greenlet >= 0.4.17 ; platform_python_implementation == '"'"'CPython'"'"''
cwd: None
Complete output (27 lines):
Collecting setuptools>=40.8.0
Using cached setuptools-50.3.2-py3-none-any.whl (785 kB)
Collecting wheel
Using cached wheel-0.35.1-py2.py3-none-any.whl (33 kB)
Collecting Cython>=3.0a5
Using cached Cython-3.0a6-py2.py3-none-any.whl (1.0 MB)
Collecting cffi>=1.12.3
Using cached cffi-1.14.3-cp39-cp39-win_amd64.whl (179 kB)
Collecting greenlet>=0.4.17
Using cached greenlet-0.4.17.tar.gz (61 kB)
Collecting pycparser
Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
Using legacy 'setup.py install' for greenlet, since package 'wheel' is not installed.
Installing collected packages: setuptools, wheel, Cython, pycparser, cffi, greenlet
Running setup.py install for greenlet: started
Running setup.py install for greenlet: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'f:\python\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Titto\\AppData\\Local\\Temp\\pip-install-0r5opf3n\\greenlet\\setup.py'"'"'; __file__='"'"'C:\\Users\\Titto\\AppData\\Local\\Temp\\pip-install-0r5opf3n\\greenlet\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Titto\AppData\Local\Temp\pip-record-q1csbtzs\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Titto\AppData\Local\Temp\pip-build-env-k9vtroue\overlay' --compile --install-headers 'C:\Users\Titto\AppData\Local\Temp\pip-build-env-k9vtroue\overlay\Include\greenlet'
cwd: C:\Users\Titto\AppData\Local\Temp\pip-install-0r5opf3n\greenlet\
Complete output (5 lines):
running install
running build
running build_ext
building 'greenlet' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-buil...
----------------------------------------
ERROR: Command errored out with exit status 1: 'f:\python\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Titto\\AppData\\Local\\Temp\\pip-install-0r5opf3n\\greenlet\\setup.py'"'"'; __file__='"'"'C:\\Users\\Titto\\AppData\\Local\\Temp\\pip-install-0r5opf3n\\greenlet\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Titto\AppData\Local\Temp\pip-record-q1csbtzs\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Titto\AppData\Local\Temp\pip-build-env-k9vtroue\overlay' --compile --install-headers 'C:\Users\Titto\AppData\Local\Temp\pip-build-env-k9vtroue\overlay\Include\greenlet' Check the logs for full command output.
----------------------------------------
ERROR: Command errored out with exit status 1: 'f:\python\python.exe' 'f:\python\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\Titto\AppData\Local\Temp\pip-build-env-k9vtroue\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools >= 40.8.0' wheel 'Cython >= 3.0a5' 'cffi >= 1.12.3 ; platform_python_implementation == '"'"'CPython'"'"'' 'greenlet >= 0.4.17 ; platform_python_implementation == '"'"'CPython'"'"'' Check the logs for full command output.

Были статьи что надо установить Visual C++ 14.0, установил и нечего не помогло, есть кто можешь помочь с проблемой?
  • Вопрос задан
  • 3156 просмотров
Пригласить эксперта
Ответы на вопрос 1
@Andy_U

Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
Using legacy 'setup.py install' for greenlet, since package 'wheel' is not installed.


Это сообщение чуть выше того, которое про build tools. Установите wheel отдельной командой. Про build tools вам уже писали, хотя может и не потребуется.
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы