modin: Incorrect installation of Modin from conda-forge
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.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15
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