Error: scons: *** Two environments with different actions were specified for the same target: GDALImage.os #694
Replies: 6 comments 2 replies
-
I encountered the same problem. Did you manage to solve it? |
Beta Was this translation helpful? Give feedback.
-
no
| |
***@***.***
|
|
***@***.***
|
…---- Replied Message ----
| From | ***@***.***> |
| Date | 06/05/2023 19:11 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [isce-framework/isce2] Error: scons: *** Two environments with different actions were specified for the same target: GDALImage.os (Discussion #694) |
I encountered the same problem. Did you manage to solve it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have a very talented classmate who solved this problem |
Beta Was this translation helpful? Give feedback.
-
isce2 2.6.1 is ok. 2.6.2 is broken.
| |
***@***.***
|
|
***@***.***
|
…---- Replied Message ----
| From | ***@***.***> |
| Date | 07/27/2023 02:19 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [isce-framework/isce2] Error: scons: *** Two environments with different actions were specified for the same target: GDALImage.os (Discussion #694) |
I have a very talented classmate who solved this problem
1.cd isce2
2.git checkout tags/v2.6.1
3.conda install -c conda-forge pybind11
4.scons
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Should be fixed. #725 |
Beta Was this translation helpful? Give feedback.
-
git clone, then, git checkout tags/v2.6.1
or download archive from Releases
…---- Replied Message ----
| From | ***@***.***> |
| Date | 01/18/2024 23:22 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [isce-framework/isce2] Error: scons: *** Two environments with different actions were specified for the same target: GDALImage.os (Discussion #694) |
Where can i download v.2.6.1?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I am compiling ISCE2 2.6.2 with Nvidia GPU cuda enabled using scons method in conda environment but failed. It reported below:
But, it seems ok install isce2 2.6.2 using cmake method with same conda environment.
It is a bug or I did something wrong?
Below is my conda environment, some package has specicalized version, they are
python=3.10 numpy=1.23.1 gcc=9.4 gxx=9.4 gfortran=9.4 cudatoolkit-dev=11.4
:Beta Was this translation helpful? Give feedback.
All reactions