Skip to content
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

Regarding Import of ISCE3 in Python #11

Open
aropragya opened this issue Jan 25, 2023 · 4 comments
Open

Regarding Import of ISCE3 in Python #11

aropragya opened this issue Jan 25, 2023 · 4 comments

Comments

@aropragya
Copy link

hi
we are getting this issue in iPython while importing isce3 package. Can you please tell what is the way to resolve this cyclic dependency?
regardingISCE3

@scottstanie
Copy link
Contributor

Hi, a few questions:

  • How did you install isce3?
  • What kind of machine do you have? (linux, windows, Mac with intel, Mac with M1/arm)?
  • where are you running this command from? Is it possible you're inside the isce package directory?

@aropragya
Copy link
Author

Hi thank you for your reply

I installed using this command outside the isce package directory:

isce package is kept in the directory: /root/isce3/tools/isce/src/isce3-develop

CC=gcc CXX=g++ /opt/cmake-3.25.1-linux-x86_64/bin/cmake -DCMAKE_INSTALL_PREFIX=/opt/cmake-3.25.1-linux-x86_64 /root/isce3/tools/isce/src/isce3-develop

But the installation was giving the error as shown in the image:

Though HDF-5 was properly installed (h5dump -V was giving output as expected.)

The machine i am installing in is: Linux Red Hat 8.2.1-3
Can you please explain what i am doing wrong?
ss

@scottstanie
Copy link
Contributor

sorry, i'm not sure if the command was supposed to be included in the screen shot. I'm seeing a CMake warning, so I'm assuming you're trying to clone the repo and install from source.

Have you tried installing the isce3 packing on conda ? since you're on linux you should be able to do

conda install -c conda-forge isce3

@aropragya
Copy link
Author

the conda command won't work since my system works in offline mode. (no internet service available )
Regarding the command I just posted for you to understand, exactly how i am installing.
Can you guide how to get rid of the CMake warnings and successfully install ISCE3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants