As in ESA's snappy official installation guide, supported python versions are only: 2.7, 3,3 and 3.4
I need to install ESA's snappy library for python 3.6. Is there any way i could do so?
As in ESA's snappy official installation guide, supported python versions are only: 2.7, 3,3 and 3.4
I need to install ESA's snappy library for python 3.6. Is there any way i could do so?
I found out that I could use ESA's snappy with python 3.6 but I first had to install jpy from github.
Activate virtual environment if someone uses one
Build the wheel
Copy the created .whl file into snappy directory
Run setup to add jpy to your packages
Then, in order to load snappy library we could either append path
Or copy snappy directory into environment site-packages directory