-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'FileStorage' #85
Comments
Happens in both Python 2.7 and Python 2.6 on Mac. |
I have, for python 2.7: For Python 3.6: Referencing due to similar issue spec-first/connexion#1149 |
Looks like FileStorage in werkzeug moved to This break connexion. But connexion 1.4.2 is very old. |
setup.py requires specific version of connexion. This should probably get updated. |
Yea, the short term fix would be to pin the version. If you are thinking about using this project somebody could probably bring it back up to speed. |
I was hoping to test this out as a reference implementation. If this is not a reference implementation, what can I use this is easily to setup and test with? If this is a reference implementation, I'd be happy to help bring up to speed, but if its not used, then there is no point... |
This is the main implementation of WES for CWL based-runners, yes |
Following the docs shown on https://pypi.org/project/wes-service/, I just installed via 'pip install wes-service' into a python 3.6 virtual env. When I run 'wes-server' I get the error:
The text was updated successfully, but these errors were encountered: