You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this is also the place to file issues with the docker images provided on docker hub (https://hub.docker.com/r/isce/isce2/tags); if not, please let me know.
The problem is that the image with tag 20200719 is the last one for which rtcApp.py works for me. All the later ones fail with an ImportError, caused by missing .so files:
Traceback (most recent call last):
File "/opt/isce2/isce/applications/rtcApp.py", line 229, in <module>
class GRDSAR(Application):
File "/opt/isce2/isce/applications/rtcApp.py", line 423, in GRDSAR
@use_api
File "/opt/isce2/isce/components/isceobj/Util/decorators.py", line 282, in use_api
from iscesys.ImageApi.DataAccessorPy import DataAccessor
File "/opt/isce2/isce/components/iscesys/ImageApi/DataAccessorPy.py", line 31, in <module>
from iscesys.ImageApi import DataAccessor as DA
ImportError: libhdf5.so.101: cannot open shared object file: No such file or directory
or (on 2.4.0):
Traceback (most recent call last):
File "/opt/isce2/isce/applications/rtcApp.py", line 229, in <module>
class GRDSAR(Application):
File "/opt/isce2/isce/applications/rtcApp.py", line 423, in GRDSAR
@use_api
File "/opt/isce2/isce/components/isceobj/Util/decorators.py", line 282, in use_api
from iscesys.ImageApi.DataAccessorPy import DataAccessor
File "/opt/isce2/isce/components/iscesys/ImageApi/DataAccessorPy.py", line 31, in <module>
from iscesys.ImageApi import DataAccessor as DA
ImportError: libgdal.so.20: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
I hope this is also the place to file issues with the docker images provided on docker hub (https://hub.docker.com/r/isce/isce2/tags); if not, please let me know.
The problem is that the image with tag 20200719 is the last one for which rtcApp.py works for me. All the later ones fail with an ImportError, caused by missing .so files:
or (on 2.4.0):
The text was updated successfully, but these errors were encountered: