Open securitypedant opened 7 months ago
Hi, have you been able to solve this issue ? I have the same problem with both import apscheduler
and import flask_apscheduler
Guys, I've just installed the package on my Ubuntu 22.04
for Python 3.8.19
and there is no issue with importing it.
What Python version do you use (minimal version is 3.8)?
When you ran python3 -m pip show Flask-APScheduler
, where does it say the package is installed? Is the location among the Pythonpath for your Python binary?
You can list all the paths by running python3 -c 'import sys;print(sys.path)'
I have a super simple Flask install, and i've run...
pip install Flask-APScheduler
and my code is simple...
and when running flask, it throws the error...
ModuleNotFoundError: No module named 'flask_apscheduler'
pip freeze shows...
Any clues as to why this is failing?