Open MikhailKamado opened 5 months ago
cmd - напиши pip install pydantic_core
TgCrypto is missing!
pip install TgCrypto
pydantic_core установил:
C:\Users\mikha>pip install pydantic_core
Requirement already satisfied: pydantic_core in c:\users\mikha\appdata\local\programs\python\python312\lib\site-packages (2.18.4)
Requirement already satisfied: typing-extensions!=4.7.0,>=4.6.0 in c:\users\mikha\appdata\local\programs\python\python312\lib\site-packages (from pydantic_core) (4.12.2)
TgCrypto выдаёт ошибку:
Collecting TgCrypto
Using cached TgCrypto-1.2.5.tar.gz (37 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: TgCrypto
Building wheel for TgCrypto (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for TgCrypto (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [19 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-312
creating build\lib.win-amd64-cpython-312\tests
copying tests\__init__.py -> build\lib.win-amd64-cpython-312\tests
creating build\lib.win-amd64-cpython-312\tests\cbc
copying tests\cbc\test_cbc.py -> build\lib.win-amd64-cpython-312\tests\cbc
copying tests\cbc\__init__.py -> build\lib.win-amd64-cpython-312\tests\cbc
creating build\lib.win-amd64-cpython-312\tests\ctr
copying tests\ctr\test_ctr.py -> build\lib.win-amd64-cpython-312\tests\ctr
copying tests\ctr\__init__.py -> build\lib.win-amd64-cpython-312\tests\ctr
creating build\lib.win-amd64-cpython-312\tests\ige
copying tests\ige\test_ige.py -> build\lib.win-amd64-cpython-312\tests\ige
copying tests\ige\__init__.py -> build\lib.win-amd64-cpython-312\tests\ige
running build_ext
building 'tgcrypto' extension
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/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for TgCrypto
Failed to build TgCrypto
ERROR: Could not build wheels for TgCrypto, which is required to install pyproject.toml-based projects
win10sdk should be installed
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools"
Нужно установить)
win10sdk установил не помогло
ошибка: требуется Microsoft Visual C ++ 14.0 или более поздней версии. Получите ее с помощью "Microsoft C ++ Build Tools"
Нужно установить)
Я пытался установить, написало что данная или новее версия уже стоит на компьютере
Установка Python 3.11.9 помогла
How can I fix the error?