I have installed the packages, it gets imported in interpreter but when i write code in ide, it says there is not a package named flask_wtf
For further actions, you may consider blocking this person and/or reporting abuse
I have installed the packages, it gets imported in interpreter but when i write code in ide, it says there is not a package named flask_wtf
For further actions, you may consider blocking this person and/or reporting abuse
Hassan BOLAJRAF -
mibii -
Angela Molina -
Cyril -
Top comments (2)
Have you created a virtual enviroment?
Have you installed
flask_wtf
in the said virtual enviroment?Check where your python interpreter is, hence where it is looking for packages and where your package has been installed.
Hi Rahul, can you disclose a bit more information?
Judging from your post it seems like the IDE is not pointing to the same Python installation you tried elsewhere (I guess in the command line). A few questions: