With:
from flask_pymongo import PyMongo
Why am i getting:
ModuleNotFoundError : No module named 'flask_pymongo'
Why am i getting modulenotfounderror : No module named 'flask_pymongo'?
I have installed both flask and flask-pymongo on my system using pip3 from the VS Code terminal.
why am i still getting this error?
I reinstalled both modules multiple times but couldn't resolve the issue.