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

PackagesNotFoundError: The following packages are not available from current channels: Climate4R #23

Open
machooljoy opened this issue Sep 28, 2021 · 4 comments

Comments

@machooljoy
Copy link

Hi there,

I have downloaded Miniconda and used the code given on Github to create a new environment and to download the climate4r packages. However, I get the error PackagesNotFoundError after using the command below.

conda install -c conda-forge -c r -c defaults -c santandermetgroup climate4r

This may be a stupid question but I am new to Miniconda/Anaconda and do not know how to resolve this.

@machooljoy
Copy link
Author

found a way around it

@cofinoa
Copy link
Member

cofinoa commented Sep 29, 2021

Dear @machooljoy,

Please can you provide exactly the error and the output the command it's providing?

Which way around did you find it?

Regards

@machooljoy
Copy link
Author

(base) RN-145-90-176-205:~ joymachool$ conda activate climate4r
(climate4r) RN-145-90-176-205:~ joymachool$ conda install -c conda-forge -c r -c defaults -c santandermetgroup climate4r
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  • climate4r

Current channels:

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

I downloaded all the packages directly from GitHub in R, that was my way 'around' it

@adamhsparks
Copy link

I'd be curious to know what the "proper" solution is to this. I've run into it as well with a fresh miniconda install on my M3 Max MacBook Pro.

I can install straight from GitHub, but would like to understand why the README instructions fail first.

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

3 participants