GithubHelp home page GithubHelp logo

Comments (7)

YarShev avatar YarShev commented on June 29, 2024

Workarounds are the following.

  1. Install every engine separately.
conda install -c conda-forge modin-ray modin-dask modin-unidist modin-hdk
  1. Install the exact version
conda install -c conda-forge modin-all=0.23.0

from modin-feedstock.

h-vetinari avatar h-vetinari commented on June 29, 2024

The issue could also be related to using python 3.8, which is already being dropped by projects following NEP29 (and which might confuse the solver, because it doesn't know how to prioritise not-newest numpy/pandas/etc. vs. not-newest modin).

Could you try for 3.10?

from modin-feedstock.

YarShev avatar YarShev commented on June 29, 2024

Python 3.10 doesn't work for me too.

from modin-feedstock.

h-vetinari avatar h-vetinari commented on June 29, 2024

Could you post the conda list for the installation of just modin-all vs. the one for modin-all=0.23?

I just tried mamba create -n test modin-all python=3.10 on windows and it pulls in 0.23.

from modin-feedstock.

YarShev avatar YarShev commented on June 29, 2024

Previously, conda pulled modin from the main channel for some reason. I had to execute the following lines to makes the things working as expected.

conda config --add channels conda-forge
conda config --set channel_priority strict

It is important to notice that I had to use mamba because conda worked very slow and I even didn't wait for the installation end with it.

from modin-feedstock.

h-vetinari avatar h-vetinari commented on June 29, 2024

Strict channel priority is mentioned in the main readme of every feedstock - it's really the only supported way to use conda-forge packages.

Using mamba is not a bad idea either, though I guess conda would have gotten there eventually. Sidenote: the next conda release will switch to using mamba under the hood, though you can already use it with 23.7 when specifying --solver=libmamba, or (to make it permanent) conda config --set solver=libmamba.

from modin-feedstock.

YarShev avatar YarShev commented on June 29, 2024

@h-vetinari, thanks, I think we can close the issue.

from modin-feedstock.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.