Forums

ModuleNotFoundError: No module named 'flask_wtf'

Hello, I am using virtualenv (Python version 3.7)to install flask-wtf(pip3.7 install flask-wtf). After install it, I am still getting below errors after reloading the app.

ModuleNotFoundError: No module named 'flask_wtf'

Could you please help me?

I fixed this by deleting multiple Python versions in my virtualenv and currently only using Python 3.6. Then I used just below command to get it fixed.

pip install flask-wtf

Glad you found the solution!