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

BUILD: pandas 1.5.2 can't be installed with conda-incubator/setup-miniconda@v2 #49894

Closed
1 task done
YarShev opened this issue Nov 24, 2022 · 7 comments
Closed
1 task done
Labels
Build Library building on various platforms Closing Candidate May be closeable, needs more eyeballs Needs Triage Issue that has not been reviewed by a pandas team member

Comments

@YarShev
Copy link
Contributor

YarShev commented Nov 24, 2022

Installation check

Platform

Ubuntu 22.04.1 LTS

Installation Method

conda install

pandas Version

1.5.2

Python Version

3.8

Installation Logs

Encountered problems while solving:
    - nothing provides requested pandas 1.5.2

For reference, look at modin-project/modin#5256 and conda-incubator/setup-miniconda#264.

@YarShev YarShev added Build Library building on various platforms Needs Triage Issue that has not been reviewed by a pandas team member labels Nov 24, 2022
@phofl
Copy link
Member

phofl commented Nov 24, 2022

Hi, thanks for your report. Not sure what we can do here. Can you reproduce this without setup-miniconda?

@YarShev
Copy link
Contributor Author

YarShev commented Nov 24, 2022

I can't reproduce this without conda-incubator/setup-miniconda@v2. conda install pandas=1.5.2 -c conda-forge works fine locally. I wonder if someone is aware of the problem?

@YarShev
Copy link
Contributor Author

YarShev commented Nov 24, 2022

However, conda install pandas=1.5.2 -c conda-forge doesn't work in GH Actions workflows.

@phofl
Copy link
Member

phofl commented Nov 24, 2022

Your setup miniconda seems to use a local Conda cache instead of loading the newest information all the time from the channel. This would explain why you can't find the 1.5.2 version

@MarcoGorelli MarcoGorelli added the Closing Candidate May be closeable, needs more eyeballs label Nov 24, 2022
@YarShev
Copy link
Contributor Author

YarShev commented Nov 24, 2022

I tried to remove this Cache conda step but it didn't help. Also, we had added this step a long time ago and everything has worked well so far.

@phofl
Copy link
Member

phofl commented Nov 24, 2022

If you check the actual solving step, there is no download of channel information. This look odd to me. Anyway, I don't think that we can help here.

@phofl
Copy link
Member

phofl commented Nov 24, 2022

It works when trying this in a fresh repository without a GitHub Actions history. So closing since this is not on our side

@phofl phofl closed this as completed Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms Closing Candidate May be closeable, needs more eyeballs Needs Triage Issue that has not been reviewed by a pandas team member
Projects
None yet
Development

No branches or pull requests

3 participants