flask-validator icon indicating copy to clipboard operation
flask-validator copied to clipboard

cannot import name 'ValidatorEngine' from 'flask_validator'

Open sunthree74 opened this issue 5 years ago • 1 comments

i had an error like this.

"/Users/nurmuhlis/Documents/SPN/spn-gate-server/app/controller/OfficerController.py", line 10, in <module> from flask_validator import ValidatorEngine ImportError: cannot import name 'ValidatorEngine' from 'flask_validator' (/Users/nurmuhlis/Documents/SPN/venv/lib/python3.7/site-packages/flask_validator/__init__.py) @adekoder

sunthree74 avatar Jan 23 '20 07:01 sunthree74

I have the same trouble If you installed the package using pip, in truth you installed another package! this is the package your installed... https://github.com/xeBuz/Flask-Validator

i using this project copying files manually, without pip

Please update the Readme file

overbost avatar Apr 24 '20 13:04 overbost