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.

Wrong pandas version installed with `modin-omnisci==0.10.2` from conda-forge

See original GitHub issue

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.04
  • Modin version (modin.__version__): 0.10.2 (from conda-forge)
  • Python version: 3.9.6
  • Code we can use to reproduce:
conda install modin-omnisci -c conda-forge
python -c "import modin.pandas as pd"

Describe the problem

Wrong Pandas addiction in Modin receipt for conda.

Source code / logs

UserWarning: The pandas version installed 1.3.0 does not match the supported pandas version in Modin 1.3.2. This may cause undesired side effects!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
gshimanskycommented, Aug 24, 2021

This problem appears not just with modin-omnisci. Installing modin=0.10.2 from conda-forge leads to pandas-1.3.0 as well. Both modin and modin-omnisci get a wrong pandas version.

2reactions
maksimbo1commented, Aug 24, 2021

Yeah, i’ve heard about this problem, i’ll look into it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

conda version of pandas mismatch - python - Stack Overflow
Typically, pip-instlled go to C:\Anaconda3\Lib\site-packages while conda-installed go to C:\Anaconda3\pkgs. I removed manually the 'pandas' ...
Read more >
Wrong pandas library version #12818 - spyder-ide ... - GitHub
When I load pandas inside python in the shell, the pandas version is 1.0.3. In spyder in 0.24. conda list pandas. packages in...
Read more >
Installation — pandas 1.5.2 documentation
The easiest way to install pandas is to install it as part of the Anaconda distribution, a cross platform distribution for data analysis...
Read more >
Getting Started - GeoPandas
GeoPandas is written in pure Python, but has several dependencies written in C ... The best way to install GeoPandas is using conda...
Read more >
Installation — pingouin 0.5.2 documentation
Pingouin can be easily installed using pip. pip install pingouin. Copy to clipboard. or conda. conda install -c conda-forge pingouin. Copy to clipboard....
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