Replies: 4 comments
-
hi, I had the same issue and fixed it by changing the line ,in stackSentinel.py, : |
Beta Was this translation helpful? Give feedback.
-
This is a change introduced in the stack processor. You need to set up the |
Beta Was this translation helpful? Give feedback.
-
Hello, I was having the same issue. I added the path to the I rewrote "from topsStack.Stack import config, run, sentinelSLC" in I am wondering if this is related to the OS version or if I am modifying |
Beta Was this translation helpful? Give feedback.
-
It should be as below. Note that there is no "topsStack" in the export PYTHONPATH="${PYTHONPATH}:/home/...path.../contrib/stack"
export PATH="${PATH}:/home/...path.../contrib/stack/topsStack" |
Beta Was this translation helpful? Give feedback.
-
There was an error when i complete the installation of ISCE2.6.3 with the cuda-12.1.
it cannot run the stackSentinel.py, the error information is:
Traceback (most recent call last):
File "/home/ys/isce2/contrib/stack/topsStack/stackSentinel.py", line 17, in
from topsStack.Stack import config, run, sentinelSLC
ModuleNotFoundError: No module named 'topsStack'
Beta Was this translation helpful? Give feedback.
All reactions