-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mintpy Ver 1.5.1: KeyERROR "StartingRANGE" still persists. #967
Comments
👋 Thanks for opening your first issue here! Please filled out the template with as much details as possible. We appreciate that you took the time to contribute! |
I can confirm that the error persists. I tried with different combinations of isce2/mintpy and numpy/python and I get the error. It seems that prep_isce.py is having errors. |
Could you try 1) install the latest development version of mintpy (instruction) and 2) install mintpy and isce2 in the same conda environment? If the error still persists, could you let me know the following version info, so I could try to re-produce?
|
Hi Dr. Yunjun, I have tried your suggestions, installing mintpy as development (using conda install -c conda-forge --file requirements.txt to install dependencies), and I've also installed isce2 in the same environment (using conda installation) and it works. Here's the list of the packages & their versions I've installed: I'm closing the thread. Thank you so much for your help!! |
Hi, I've recently installed mintpy to process results from stacking using ISCE for Sentinel-1.
I've installed the MintPy using conda (conda install -c conda-forge mintpy) in a new environment (without any isce), and I've tried running an initially using "smallbaselineApp.py smallbaselineApp.cfg --dostep load_data"
Right away, I've encountered an error very similar to the reported closed issue #927.
Here's the error:
The numpy version that was installed was 1.24.2.
The error is very similar to the tagged issue, and I can't try to install a downgraded version since my libgcc that was installed in my terminal is for a more recent version of python (as a suggested fix).
While I try to find a way to troubleshoot this without downgrading to python=3.8, I'd like to report that this issue still persist. Thank you!
System information
The text was updated successfully, but these errors were encountered: