I try to upload my bot to hosting.
When I activate my bot using this command:
pm2 start run.py --interpreter=python3
I get error "No module name aiogram". But this package is already installed by this command: pip3 install -r reqirements.txt
and if I try to reinstall it, i get "requirement already satisfied". I install packages in my local enviroment (.venv)