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

libraries error #4103

Closed
rwatkins15 opened this issue Nov 3, 2020 · 13 comments
Closed

libraries error #4103

rwatkins15 opened this issue Nov 3, 2020 · 13 comments

Comments

@rwatkins15
Copy link

Backstory: I'm installing ISIS4 on my machine so that I can run the Ames Stereo Pipeline. Installation seemed to go well. I downloaded the LRO mission data since I'm processing NAC images. I'm using a LINUX machine and have ISIS 4.2.0 installed.

I'm running the lronac2mosaic.py step in the ASP processing, and getting the following error:

lronac2isis from=M1132903462RE.IMG to=M1132903462RE.cub
lronac2isis from=M1132903462LE.IMG to=M1132903462LE.cub
Waiting for jobs to finish
lronac2isis: error while loading shared libraries: libarmadillo.so.9: cannot open shared object file: No such file or directory
lronac2isis: error while loading shared libraries: libarmadillo.so.9: cannot open shared object file: No such file or directory
lronaccal
lronaccal from=M1132903462RE.cub to=M1132903462RE.lronaccal.cub
lronaccal from=M1132903462LE.cub to=M1132903462LE.lronaccal.cub
Waiting for jobs to finish
lronaccal: error while loading shared libraries: libarmadillo.so.9: cannot open shared object file: No such file or directory
lronaccal: error while loading shared libraries: libarmadillo.so.9: cannot open shared object file: No such file or directory

So, I can't figure out how to fix this "shared libraries" error.

@dpmayerUSGS
Copy link

Possible duplicate of #4053

@rwatkins15
Copy link
Author

thanks, I was just reading that one, I hadn't seen it before I submitted my issue!

@jessemapel
Copy link
Contributor

I'm not sure if this is a duplicate of that or not. I'm going to be looking into this more today and hopefully find some answers.

@rwatkins15
Copy link
Author

rwatkins15 commented Nov 3, 2020 via email

@jessemapel
Copy link
Contributor

jessemapel commented Nov 4, 2020

@rwatkins15 This is not a duplicate of #4053, it looks like a different problem that is happening in Anaconda. For right now, can you try running conda install -c conda-forge armadillo=9.2 and see if it works then see below for correct comamnds. I'm going to put an issue in with Anaconda about this because it may be a bug there.

@jessemapel
Copy link
Contributor

Sorry, bad conda command. Run conda install -c conda-forge armadillo=9.200 and then run conda install -c conda-forge gsl=2.6. That fixed this for me locally, but I'm still not sure what's causing this to occur in the first place.

@rwatkins15
Copy link
Author

rwatkins15 commented Nov 4, 2020 via email

@jessemapel
Copy link
Contributor

No, don't run that other command, it won't do anything.

@rwatkins15
Copy link
Author

rwatkins15 commented Nov 4, 2020 via email

@jessemapel
Copy link
Contributor

@rwatkins15 You can specify where spiceinit should search for kernels for a mission by specifying your mission data directory in your isis preferences. Other than that, you can specify explicit kernels for spiceinit to use via its command line options.

@rwatkins15
Copy link
Author

rwatkins15 commented Nov 4, 2020 via email

@jlaura
Copy link
Collaborator

jlaura commented Nov 4, 2020

👍 I am going to close this particular issue as fixed. We are aware that the conda environments are having solving challenges in general and definitely appreciate hearing from users when those environment solves are causing this type of issue. Thank you for taking the time to write this up and interact.

We are working with the anaconda folks to figure out what else we can do to make installation of dependencies more consistent for everyone.

@jlaura jlaura closed this as completed Nov 4, 2020
@rwatkins15
Copy link
Author

rwatkins15 commented Nov 5, 2020 via email

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

4 participants