You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flask-APScheduler is available from https://pypi.org/ (with sudo pip3 install)
The reason why the pip install command doesn’t work in Ubuntu >23.04 is down to an intentional shift in policy (also taken in Ubuntu’s upstream, Debian) to avoid conflicts between the Python package manager and Ubuntu’s underlying APT.
Basically, you can’t run pip install outside a virtual environment in Ubuntu 23.04. If you try to, you get a “externally managed environment” error
As many have already did (python3-flask-sqlalchemy, python3-flask-mail, etc.. ), python3-flask-apscheduler is still missing for installation with sudo apt install
The text was updated successfully, but these errors were encountered:
We need to install globally flask-APScheduler
flask-APScheduler is available from https://pypi.org/ (with sudo pip3 install)
The reason why the pip install command doesn’t work in Ubuntu >23.04 is down to an intentional shift in policy (also taken in Ubuntu’s upstream, Debian) to avoid conflicts between the Python package manager and Ubuntu’s underlying APT.
Basically, you can’t run pip install outside a virtual environment in Ubuntu 23.04. If you try to, you get a “externally managed environment” error
As many have already did (python3-flask-sqlalchemy, python3-flask-mail, etc.. ), python3-flask-apscheduler is still missing for installation with sudo apt install
The text was updated successfully, but these errors were encountered: