-
Notifications
You must be signed in to change notification settings - Fork 0
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
post-install of snap toolbox #8
Comments
SNAP is suppored only with python 2.7 3.3 or 3.4 ! |
welcome back to the hell of dependencies: UnsatisfiableError: The following specifications were found to be in conflict:
|
this is not a problem of pywps. You can add the constrain But hopefully snap is going to support a recent python 3.x version. |
we are running snappy with the current last release: The current version is 6.0.0 (15.01.2018 15:25 UTC). |
Well, for some reason pywps is build for a specific python version. Not sure if I can change this. Python 3.4 is also quite old and I don't know if I can manage to build pywps against it (due to dependencies). So, we need to stick with python 2.7 for now ... but better prepare code for 3.x (use That reminds me to enable 3.6 check on travis ... this should work as long snappy is not called. |
priority to focus on |
the kingfisher/requirements/snap_install.sh still contains hard coded pathes. ( related to #6 )
python can not be configured in the right way (may be not compatible with python3.6??)
The text was updated successfully, but these errors were encountered: