-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong pandas version installed with modin-omnisci==0.10.2
from conda-forge
#3369
Comments
@maksimbo1 can you take a look? |
Yeah, i've heard about this problem, i'll look into it. |
This problem appears not just with |
As a workaround to fix up broken conda environment with wrong pandas version it is possible to use this approach: caporaso-lab/pretrained-feature-classifiers#6 (comment)
Use at your own risk. |
One more problem I found with current conda-forge recipe of modin=0.10.2 (not sure if it deserves a separate issue) is that modin no longer requres |
Found problem with conda-forge recipe (thanks to @gshimansky and @aregm ), sended PR with fixed recipe: conda-forge/modin-feedstock#21. about ray - package modin-ray still requires ray-core, which seems to be okay. |
This problem is easily solvable with Whether modin should pin down to patch level at all is discussed in #3371 |
@h-vetinari this doesn't seem to work as you describe. Attempting to add
|
Ah, this is annoying. Apparently conda-build and conda have different behaviours here (i.e. adding So yeah, the last build is then not working as I intended, sorry about that. |
Can this be closed now? @anmyachev @maksimbo1 |
@devin-petersohn looks like in conda-forge still old package, i reproduced this error right now. |
Looks like new binaries have finally reached conda-forge repositories and modin-all=0.10.2 now requires pandas-1.3.2. |
Thanks for checking @gshimansky! Closing as resolved. (Please reopen if necessary) |
System information
Ubuntu 20.04
modin.__version__
):0.10.2
(from conda-forge)3.9.6
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
The text was updated successfully, but these errors were encountered: