Wrong pandas version installed with `modin-omnisci==0.10.2` from conda-forge
See original GitHub issueSystem 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:
- Created 2 years ago
- Comments:13 (8 by maintainers)
Top 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 >
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 Free
Top 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
This problem appears not just with
modin-omnisci
. Installingmodin=0.10.2
from conda-forge leads to pandas-1.3.0 as well. Bothmodin
andmodin-omnisci
get a wrong pandas version.Yeah, i’ve heard about this problem, i’ll look into it.