Giter Site home page Giter Site logo

Comments (6)

ihumphrey avatar ihumphrey commented on September 28, 2024

@wterryf Could you run the following command?

conda config --show channels

If conda-forge is above usgs-astrogeology, you will need to run:

conda config --add channels usgs-astrogeology

This should put the usgs-astrogeology channel at the top, making it the first place to look for dependencies. (the release candidate announcement previously had --append instead of --add)

from isis3.

wterryf avatar wterryf commented on September 28, 2024

thanks! I moved the usgs-astrogeology channel to the top of this list with that command, but I'm still getting exactly the same error.

from isis3.

ihumphrey avatar ihumphrey commented on September 28, 2024

We have re-uploaded a macOS isis3 conda package, and here are some instructions to reconfigure your conda that should hopefully fix the issue.

First, clean the package cache.

conda clean --all

After running this command, you will get a few prompts that say Proceed ([y]/n)?. Type in y and hit enter after each one.

Next reset the channel priorities.

conda config --add channels conda-forge --add channels usgs-astrogeology

This will force the channel priority to be usgs-astrogeology at the top, followed by conda-forge, followed by defaults. This will ensure that we are getting the correct dependencies.

For the next command, make sure the environment you created is active (either source activate environmentname or conda create -n environmentname; source activate environmentname, with the name of the environment you created or want to create)

conda install -c usgs-astrogeology isis3

This will grab the updated isis3 package and should grab the correct dependencies and install them into the active environment.

from isis3.

wterryf avatar wterryf commented on September 28, 2024

Hi Ian:

Thanks bunches, this worked! I had to fiddle around a bit with my environment because I also have a 3.5.3 version installed, but once I set ISISROOT correctly, I was able to run qview and load a HiRISE cube, and also was able to run cubenorm.

from isis3.

makaylas avatar makaylas commented on September 28, 2024

@wterryf If your problem was solved could you please close this issue? Thank you

from isis3.

wterryf avatar wterryf commented on September 28, 2024

thanks very much for all the help, I'll close this.

from isis3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.