Skip to content
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

Installing esa_snappy on Windows #8

Open
VaasuDevanS opened this issue Dec 18, 2024 · 0 comments
Open

Installing esa_snappy on Windows #8

VaasuDevanS opened this issue Dec 18, 2024 · 0 comments

Comments

@VaasuDevanS
Copy link

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant