flask-validator
flask-validator copied to clipboard
cannot import name 'ValidatorEngine' from 'flask_validator'
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
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