


Ошибка при установке модуля aiogram 2.22.2 пайтон
пытаюсь установить модуль, но возникает такая ошибка.Microsoft Visual C++ 14.0 устанавливал
× Building wheel for aiohttp (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [92 lines of output]
*********************
* Accelerated build *
*********************
building 'aiohttp._websocket' 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 aiohttp
Failed to build aiohttp
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (aiohttp)
Python 3.12 ставь
Ошибка связана с тем, что для сборки модуля aiohttp, который является зависимостью aiogram, требуется установленный и настроенный компилятор Microsoft Visual C++ Build Tools версии 14.0 или выше.