Hi Marco,
Here is snappyutil.log…
$ cat /Users/jasonbox/.snap/snap-python/snappy/snappyutil.log
INFO: Installing from Java module ‘/Applications/snap/snap/modules/org-esa-snap-snap-python.jar’
INFO: Installing jpy…
ERROR: The module ‘jpy’ is required to run snappy, but no binary ‘jpy’ wheel matching the pattern
ERROR: ‘jpy-{version}-cp34-{abi_tag}-macosx_10_9_x86_64.whl’ could be found.
You can try to build a ‘jpy’ wheel yourself and then copy it into
“/Users/jasonbox/.snap/snap-python/snappy” and then run the configuration again.
Please go to GitHub - bcdev/jpy: A bi-directional Python-Java bridge used to embed Java in CPython or the other way round. and follow the build instructions. E.g.
git clone GitHub - bcdev/jpy: A bi-directional Python-Java bridge used to embed Java in CPython or the other way round.
cd jpy
python setup.py bdist_wheel
cp dist/*.whl “/Users/jasonbox/.snap/snap-python/snappy”
ERROR: Configuration failed