Incorrect installation of Modin from conda-forge
See original GitHub issueWhen performing conda create -n test -c conda-forge modin-all pyarrow=6.0.1
Modin 0.11.1 is installed and when performing conda create -n test -c conda-forge modin-all
Modin 0.11.3 is installed.
This might be related to our pin for libthrift, which should be excluded as part of #3986.
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
Not able to install modin package from conda-forge on M1 Pro ...
I am trying to install modin package from conda-forge using conda install -c conda-forge modin-all command but it's giving me the following ...
Read more >Troubleshooting — Modin 0.18.0+0.gba7ab8eb.dirty ...
When you see this warning, Modin defaults to pandas by converting the Modin ... The resulting Modin DataFrame will contain incorrect values -...
Read more >Modin - :: Anaconda.org
conda install. To install this package run one of the following: conda install -c conda-forge modin. Description. By data scientists, for data scientists ......
Read more >Python pandas modin - no module found - Stack Overflow
If you are using Anaconda environment then you should firstly install modin through following command: conda install -c conda-forge modin.
Read more >Tips & tricks — conda-forge 2022.12.16 documentation
It is quite common to install a package from conda-forge and, when trying to use it, ... like compilers run-times, to avoid the...
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
conda config --set channel_priority strict
speeds up quite significantly. and we even use this config in our testing. Looks like we need to mention this in installation guideClosing the issue because we have correct Modin installation since 0.13 and the ways to speed up the installation process for
modin-omnisci
andmodin-all
packages (1. mamba and 2. setting channel_priority to strict mentioned in #4178).