Skip to content

Issue with ISCE2 Installation on Windows 11 (WSL-Ubuntu) #1000

@Basin-Ir

Description

@Basin-Ir

I am trying to run the ISCE2 test script on my Windows 11 machine using WSL-Ubuntu. After following the installation steps and running the run_isce2.sh script, I am encountering the following error:

CondaError: Run 'conda init' before 'conda activate'
Upon running the run_isce2.sh script, several module import failures occur, specifically:
isceobj.ImageFilter.Filter
isceobj.Util.combinedlibmodule
isceobj.LineAccessor.LineAccessor
isceobj.Scalar
ImportError for StdOEL from iscesys.StdOEL

However, when I try importing isce in the Python interpreter manually, everything seems to work fine:

import isce
Using default ISCE Path: /home/behzadsarhadi/ISCE2/isce
isce.version.release_version
'2.6.3'

I have already activated the correct isce2_env conda environment, but I still receive these errors.

What steps should I follow to resolve these module import errors and successfully run the test script?

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