Skip to content

Installing esa_snappy on Windows #8

Description

@VaasuDevanS

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions