telegram bot - I get an error saying the library was not found when it has already been downloaded - Stack Overflow

admin2025-04-18  4

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)

转载请注明原文地址:http://anycun.com/QandA/1744948307a89888.html