-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo apt install python3-flask-apscheduler WANTED #250
Comments
You still can use virtualenvs. |
The install doesn't even work under virtualenvs any more.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: