Ошибка при установке пакета eel через команду в командной строке: pip install eel.
Вообще не могу установить ни один пакет, уже переустановил все пакеты Visual C++, версию pip и даже сам Python.
До этого пользовался только компилятором mingw (говорят что может в нем быть причина ошибки.
Сама ошибка:
ERROR: Command errored out with exit status 1:
command: 'c:\users\punko\appdata\local\programs\python\python39\python.exe' 'c:\users\punko\appdata\local\programs\python\python39\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\punko\AppData\Local\Temp\pip-build-env-881nuxfi\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 (33 lines):
Collecting setuptools>=40.8.0
Using cached setuptools-50.3.0-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: 'c:\users\punko\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\punko\\AppData\\Local\\Temp\\pip-install-tystk9hm\\greenlet\\setup.py'"'"'; __file__='"'"'C:\\Users\\punko\\AppData\\Local\\Temp\\pip-install-tystk9hm\\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\punko\AppData\Local\Temp\pip-record-y9jl407n\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\punko\AppData\Local\Temp\pip-build-env-881nuxfi\overlay' --compile --install-headers 'C:\Users\punko\AppData\Local\Temp\pip-build-env-881nuxfi\overlay\Include\greenlet'
cwd: C:\Users\punko\AppData\Local\Temp\pip-install-tystk9hm\greenlet\
Complete output (11 lines):
running install
running build
running build_ext
building 'greenlet' extension
creating build
creating build\temp.win-amd64-3.9
creating build\temp.win-amd64-3.9\Release
D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ic:\users\punko\appdata\local\programs\python\python39\include -Ic:\users\punko\appdata\local\programs\python\python39\include -ID:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE -ID:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE -IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt /Tcgreenlet.c /Fobuild\temp.win-amd64-3.9\Release\greenlet.obj
greenlet.c
c:\users\punko\appdata\local\programs\python\python39\include\pyconfig.h(201): fatal error C1083: ЌҐ г¤ Ґвбп ®вЄалвм д ©« ўЄ«о票Ґ: basetsd.h: No such file or directory,
error: command 'D:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit code 2
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\punko\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\punko\\AppData\\Local\\Temp\\pip-install-tystk9hm\\greenlet\\setup.py'"'"'; __file__='"'"'C:\\Users\\punko\\AppData\\Local\\Temp\\pip-install-tystk9hm\\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\punko\AppData\Local\Temp\pip-record-y9jl407n\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\punko\AppData\Local\Temp\pip-build-env-881nuxfi\overlay' --compile --install-headers 'C:\Users\punko\AppData\Local\Temp\pip-build-env-881nuxfi\overlay\Include\greenlet' Check the logs for full command output.
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\punko\appdata\local\programs\python\python39\python.exe' 'c:\users\punko\appdata\local\programs\python\python39\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\punko\AppData\Local\Temp\pip-build-env-881nuxfi\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.