question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nothing provides requested pandas 1.5.2

See original GitHub issue

Hi 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:closed
  • Created 10 months ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
michaelosthegecommented, Dec 4, 2022

What do you mean by “overridden per-feedstock”?

It means that unless othwerwise specified on each conda forge recipe feedstock, only .conda artifacts will be generated.

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

0reactions
YarShevcommented, Nov 24, 2022

@bollwyvl, @goanpeca, got it, thank you a lot. Closing the issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found