-
Notifications
You must be signed in to change notification settings - Fork 299
Open
Description
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
Labels
No labels