Installation check
- [X] I have read the installation guide.
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 https://github.com/modin-project/modin/issues/5256 and https://github.com/conda-incubator/setup-miniconda/issues/264.
Comment From: phofl
Hi, thanks for your report. Not sure what we can do here. Can you reproduce this without setup-miniconda?
Comment From: YarShev
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?
Comment From: YarShev
However, conda install pandas=1.5.2 -c conda-forge
doesn't work in GH Actions workflows.
Comment From: phofl
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
Comment From: YarShev
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.
Comment From: phofl
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.
Comment From: phofl
It works when trying this in a fresh repository without a GitHub Actions history. So closing since this is not on our side