I have many projects on aiogram 3, but have had problems installing it on the server
I managed to install it with the help of:
cpuset -l 0 pip install -U aiogram
But the project itself could not be started, I got an error:
Traceback (most recent call last):
File "/usr/home/Korsany/Bot/_main.py", line 3, in <module>
from aiogram import Bot, Dispatcher, Router
ModuleNotFoundError: No module named 'aiogram'
Although in pip list
, the library is displayed