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)
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745286248a4620579.html
评论列表(0条)