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)
telegram bot - I get an error saying the library was not found when it has already been downloaded - Stack Overflow
与本文相关的文章
- I want to give every new registering user a unique key apart from password field for external use
- ruby on rails - Remove " when printing an array in the JavaScript console - Stack Overflow
- javascript - How to display image in canvas in angular 2? - Stack Overflow
- How to redirect to an id with javascript? - Stack Overflow
- javascript - Positioning div above image dynamically via mouseover - Stack Overflow
- c# - Page_Load is been fired when WebMethod is called through javascript PageMethods - Stack Overflow
- php - Javascript window.location.href redirection not working - Stack Overflow
- custom field - Orderby meta_value only returns posts that have existing meta_key
- javascript - When modal popup is open, prevent mobile "Back button" to quit the site, close the popup instead
- How can I create a Survey Form in Wordpress that users can fill in and then submit the entire survey contents as a post?
- plugins - How to add a default value to get_option if it's used as a variable?
- javascript - Uncaught SyntaxError: Unexpected token < - Stack Overflow
- javascript - Checkbox ajax request on checkuncheck - Stack Overflow
- javascript - Capturing mouse-clicks in the DOM with JQuery? - Stack Overflow
- javascript - How do i include the csrf_token to dropzone Post request (Django) - Stack Overflow
- Is it possible to link an external stylesheet, exclusively within a specific single post template?
- Instantiate JavaScript functions with custom prototypes - Stack Overflow
- javascript - Why did ECMAScript 5 add .bind()? - Stack Overflow
- javascript - jQuery attr("href") doesn't work - Stack Overflow
- javascript - HTML5 fileWriter.write doesn't write to local file - Stack Overflow
评论列表(0)
- 暂无评论