I received error when i just to try to import UploadSet,configure_uploads, IMAGES from flask uploads.
i don't do any other steps yet
just i save file i received this error
Traceback (most recent call last):
File "C:\Users\ahmed\Desktop\login\main.py", line 14, in <module>
from flask_uploads import UploadSet,configure_uploads, IMAGES
File "C:\Users\ahmed\AppData\Local\Programs\Python\Python39\lib\site-packages\flask_uploads.py", line 26, in <module>
from werkzeug import secure_filename, FileStorage
ImportError: cannot import name 'secure_filename' from 'werkzeug' (C:\Users\ahmed\AppData\Local\Programs\Python\Python39\lib\site-packages\werkzeug\__init__.py)