nothing provides requested pandas 1.5.2
See original GitHub issueHi guys,
We (Modin) use conda-incubator/setup-miniconda@v2
to install packages for the development environment in our GH Actions workflows for testing (e.g., here). Pandas recently released 1.5.2 version and it is already available in conda-forge (link). However, using our environment-dev.yml to install dependencies in GH Actions workflows we see the error.
Encountered problems while solving:
- nothing provides requested pandas 1.5.2
See the related issue in our repo - https://github.com/modin-project/modin/issues/5256.
We would be really appreciate if you could tell us what is going on wrong. It really stops us to make a release and probably others who is experiencing the issue.
Thanks in advance.
Issue Analytics
- State:
- Created 10 months ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Installation — pandas 1.5.2 documentation
After running the installer, the user will have access to pandas and the rest of the SciPy stack without needing to install anything...
Read more >conda can't install latest version of pandas in GH workflows.
Encountered problems while solving: - nothing provides requested pandas 1.5.2 ... conda can't install latest version of pandas in GH workflows. #5256.
Read more >Unable to install pandas for python - Stack Overflow
I am trying to install pandas for python but I keep getting very long error messages. So I tried the following:.
Read more >pandas · PyPI
pandas is a Python package that provides fast, flexible, and expressive data ... supported versions of required, recommended and optional dependencies.
Read more >pip install pandas ERROR - Python Forum
Trying to install pandas today but i get this error report: Collecting pandas. Retrying (Retry(total=4, connect=None, read=None, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This section in the docs specifies how to configure a feedstock to output
.tar.bz2
artifacts: https://conda-forge.org/docs/maintainer/conda_forge_yml.html#conda-build@bollwyvl, @goanpeca, got it, thank you a lot. Closing the issue.