isce-framework / isce-framework/isce3
Old HDF5 version (200)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 239
- Forks
- 90
- Avg merge
- 13d 1h
- Merged PRs (30d)
- 5
Description
When I tried to test compass I took this error message.
s1_cslc.py --help
Traceback (most recent call last):
File "/data/hdd/InSAR/SUAT/miniconda3/envs/compass/bin/s1_cslc.py", line 3, in
from compass.s1_cslc import main
File "/data/hdd/InSAR/SUAT/tools/COMPASS/src/compass/s1_cslc.py", line 5, in
from compass import (s1_rdr2geo, s1_geo2rdr, s1_resample,
File "/data/hdd/InSAR/SUAT/tools/COMPASS/src/compass/s1_rdr2geo.py", line 7, in
import isce3
File "/data/hdd/InSAR/SUAT/miniconda3/envs/compass/lib/python3.11/site-packages/isce3/init.py", line 2, in
from .ext import extisce3
File "/data/hdd/InSAR/SUAT/miniconda3/envs/compass/lib/python3.11/site-packages/isce3/ext/init.py", line 3, in
from . import isce3 as extisce3
ImportError: libhdf5_cpp.so.200: cannot open shared object file: No such file or directory
Best
Suat
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing s1_cslc.py --help and read the import path through compass/s1_cslc.py, compass/s1_rdr2geo.py, and the installed isce3 package. Investigate the missing libhdf5_cpp.so.200 dependency; done means the command starts without this ImportError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100