Open ATDehkordi opened 3 weeks ago
Did you source bashrc_LiCSBAS.sh in the terminal you ran batch_LiCSBAS.sh?
Did you source bashrc_LiCSBAS.sh in the terminal you ran batch_LiCSBAS.sh?
Yes. I am using source bashrc_LiCSBAS.sh and still getting that error.
I have no idea... Please show the screenshot of the single terminal where you run check_install and batch_LiCSBAS.
I have no idea... Please show the screenshot of the single terminal where you run check_install and batch_LiCSBAS.
First, I use source command. Then I go to another directory to start running LiCSBAS.
Run check_install there
Run check_install there
I just have to go to main directory of LiCSBAS for running that.
Can you try python LiCSBAS01_get_geotiff.py
?
python LiCSBAS01_get_geotiff.py I am running python LiCSBAS01_get_geotiff.py in the main LiCSBAS folder. However, I want my InSAR data in another directory.
Please try:
python
before LiCSBAS01_get_geotiff.py
in the following line in batch_LiCSBAS.sh
https://github.com/yumorishita/LiCSBAS2/blob/f1e2592dfb37cfde243f644fcfe554ab4b67bba7/batch_LiCSBAS.sh#L137batch_LiCSBAS.sh
Or just run python LiCSBAS01_get_geotiff.py
in your working directory (028A...)
Hi,
I am using Macbook Air with M3 chip.
I am trying to install LiCSBAS from the licsbas2 repository. I have completed all the installation steps, and running check_install returns "OK" for all packages. I’ve also attached the output printout for the installation check.
Then, I created a new folder with the name of my desired FrameID and copied batch_LiCSBAS.sh into it. I made the necessary changes to the file, but when I run it to download the images, it returns an error:
(licsbas) alireza@Alirezas-Air 028A_05385_191813 % ./batch_LiCSBAS.sh
Start step: 01 End step: 02 Log file: log/202411070812batch_LiCSBAS_01_02.log
Traceback (most recent call last): File "/Users/alireza/AlirezaMac/InSAR processing/LiCSBAS/LiCSBAS2/bin/LiCSBAS01_get_geotiff.py", line 78, in
import requests
ModuleNotFoundError: No module named 'requests'
For testing, I created a test.py file with the following code:
import requests print('hello world')
I ran the above .py file using the LiCSBAS environment, and it executed successfully.
Do you know what might be causing the issue?