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: #174

Closed
lcodacal opened this issue Nov 6, 2018 · 6 comments

Comments

@lcodacal
Copy link

lcodacal commented Nov 6, 2018

Hi,
After successfully following the steps in the "Anaconda Howto" section (http://abinit.github.io/abipy/installation.html#contents), I got the following "strange" error message when trying to install abipy:

[ogando@PedroBala:~]$ conda install abipy -c abinit
Solving environment: failed

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

  • abipy
  • prettytable
  • abipy
  • pymatgen==2018.3.14

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.

Could you, please, help me ?
All the best,
Luis

@gmatteo
Copy link
Member

gmatteo commented Nov 7, 2018

Which python version are you using?
Activate the conda environment and then use python --version.

@lcodacal
Copy link
Author

lcodacal commented Nov 7, 2018 via email

@gmatteo
Copy link
Member

gmatteo commented Nov 7, 2018

I tried to install AbiPy with:

conda install abipy -c abinit

on Mac and Linux and python 3.6.6 and the installation completed successfully
(windows is not supported)
Did you add conda-forge and matsci to the default channels with

conda config --add channels conda-forge
conda config --add channels matsci
conda config --add channels abinit

If this does not solve your problem, you may try:

pip install abipy

inside your conda environment.

@lcodacal
Copy link
Author

lcodacal commented Nov 7, 2018 via email

@gmatteo gmatteo closed this as completed Nov 7, 2018
@lcodacal
Copy link
Author

lcodacal commented Nov 7, 2018 via email

@Motanya-J
Copy link

Motanya-J commented Jun 29, 2020

I tried to install AbiPy with:

conda install abipy -c abinit

on Mac and Linux and python 3.6.6 and the installation completed successfully
(windows is not supported)
Did you add conda-forge and matsci to the default channels with

conda config --add channels conda-forge
conda config --add channels matsci
conda config --add channels abinit

If this does not solve your problem, you may try:

pip install abipy

inside your conda environment.

This worked for me... Thank you.

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