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.

Incorrect installation of Modin from conda-forge

See original GitHub issue

When 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:closed
  • Created 2 years ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
Garra1980commented, Feb 3, 2022

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 guide

0reactions
YarShevcommented, Feb 9, 2022

Closing the issue because we have correct Modin installation since 0.13 and the ways to speed up the installation process for modin-omnisci and modin-all packages (1. mamba and 2. setting channel_priority to strict mentioned in #4178).

Read more comments on GitHub >

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

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