I am using Python 3.8.2
. I am trying to create a project by using the Flask-Uploads
module.
When I try to run it, I get error:
"no module named flask.ext.uploads"
I then tried to install this module again with upper case letters like Flask-Uploads
, but I still have the same problem.
I was wondering if there's a problem with the latest Python version I am using?