We are getting:
File "/usr/lib/python2.7/site-packages/connexion/decorators/validation.py", line 9, in <module>
from werkzeug import FileStorage
since we are working with Python 2.7.x
upgrading connexion==2.6.0
is not an option.
Python 2.7.x:
Installing Werkzeug==0.16.1
after the connexion
installation solved this issue.
Python 3.x:
connexion==2.6.0
Just add Werkzeug==0.16.1
to your requirements.txt
. This solved my problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With