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.

Conda installing an old version if pandas is found

See original GitHub issue

Running conda install -c conda-forge ibis-framework seems to be installing (in Linux) Ibis 0.14, not the latest. This only happens when pandas is already installed in the environment.

CC: @xmnlab

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
datapythonistacommented, Mar 19, 2020

I’m using Miniconda, with Python 3.7.5.

0reactions
datapythonistacommented, Mar 20, 2020

I’m not really concerned about my own environment. I think the problem is that anyone installing Ibis in a conda environment with pandas (most people installing Ibis I guess?), will get an old version.

May be someone can try to reproduce this, to make sure there is nothing in my computer (I don’t think it should). And I guess the solution is updating the version of an Ibis dependency in the next release. I guess that’s what is causing this conflict with the newer versions of Ibis.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation — pandas 0.17.0 documentation
The easiest way for the majority of users to install pandas is to install it as part of the Anaconda distribution, a cross...
Read more >
How to upgrade when conda-forge installs an old version
I decided to install it using conda , and, as per the documentation, I input conda install -c conda-forge pandas-profiling on the command...
Read more >
Upgrade Pandas Version to Latest or Specific Version
You can upgrade Pandas to the latest version or to a specific version in several ways on windows or Linux depending on how...
Read more >
Install an old version of pandas must use newest ... - GitHub
Problem description. Install an old version of pandas must use newest version of numpy, but I need to use an old numpy.
Read more >
Managing packages - Conda
Installing non-conda packages ... If a package is not available from conda or Anaconda.org, you may be able to find and...
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