Running the below commands (in order) successfully installed esa_snappy. Tested on Windows 10, Python 3.11.10
- Update the download url for the .whl file from PyPI to match your python version
- Update the path to it's full absolute path.
cd ".venv\Lib\site-packages"
mkdir esa_snappy && cd esa_snappy
curl -o "jpy-1.0.0-cp311-cp311-win_amd64.whl" "https://files.pythonhosted.org/packages/32/44/634cbdb8589ed671f4b1c701a97396af110199aaeaf9510bb14e508a7a9b/jpy-1.0.0-cp311-cp311-win_amd64.whl"
cd "esa-snap\bin"
snappy-conf.bat ".venv\Scripts\python.exe" ".venv\Lib\site-packages"
Running the below commands (in order) successfully installed esa_snappy. Tested on Windows 10, Python 3.11.10