-
Notifications
You must be signed in to change notification settings - Fork 651
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
BUG: conda install modin-all isn't installing modin-ray or ray #7298
Comments
I tried to install modin-ray :
Would it be possible that my version of python is simply too high ? |
Hi @RomainROCH!
That's right, at the moment the latest version of Python that we support is 3.11. We have a tracker for python 3.12 support: #7098 |
Alright, my bad. |
In this case we rely on conda mechanisms that say that ├─ modin-ray is installable with the potential options
│ ├─ modin-ray [0.10.1|0.10.2|...|0.16.2] would require
│ │ └─ python >=3.7,<3.8.0a0 , which can be installed;
│ ├─ modin-ray [0.10.1|0.10.2|...|0.23.1.post0] would require
│ │ └─ python >=3.8,<3.9.0a0 , which can be installed;
│ ├─ modin-ray [0.10.1|0.10.2|...|0.30.0] would require
│ │ └─ python >=3.9,<3.10.0a0 , which can be installed;
│ ├─ modin-ray [0.11.3|0.18.0|...|0.30.0] would require
│ │ └─ python >=3.10,<3.11.0a0 , which can be installed;
│ └─ modin-ray [0.25.0|0.25.1|...|0.30.0] would require
│ └─ python >=3.11,<3.12.0a0 , which can be installed;
I don't think they can come up with anything better than this. |
This only appears when you try to install modin-ray. But if you try modin-all, except if you check all the packages that will be installed, you won't be able to tell that modin-ray wasn't installed Well okay, no problem Thank you for your time and answering so quickly ! |
Ah, I see, sorry. That's weird, do you have full logs from installing |
I'm not sure what you mean by "full logs", but I'd be happy to give them |
The full output of the installation command to the console is sufficient for now. |
Details
|
Just tried installing modin in a similar way, but using only conda-forge channel and the behavior is expected. Could you try installing using the following command: (py3.12) C:\projects\modin>conda install modin-all -с сonda-forge
Channels:
- conda-forge
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: - warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package modin-all-0.10.2-h57928b3_1 requires modin-ray 0.10.2 py37h03978a9_1, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ modin-all is installable with the potential options
│ ├─ modin-all [0.10.1|0.10.2|...|0.30.0] would require
│ │ ├─ modin-ray 0.10.1 py39hcbf5309_0, which requires
│ │ │ └─ python >=3.9,<3.10.0a0 , which can be installed;
│ │ └─ python >=3.9,<3.10.0a0 , which can be installed;
│ ├─ modin-all [0.10.2|0.11.0|...|0.23.1.post0] would require
│ │ ├─ modin-ray 0.10.2 py38haa244fe_0, which requires
│ │ │ └─ python >=3.8,<3.9.0a0 , which can be installed;
│ │ └─ python >=3.8,<3.9.0a0 , which can be installed;
│ ├─ modin-all [0.10.2|0.11.0|...|0.16.2] would require
│ │ ├─ modin-ray 0.10.2 py37h03978a9_1, which requires
│ │ │ └─ python >=3.7,<3.8.0a0 , which can be installed;
│ │ └─ python >=3.7,<3.8.0a0 , which can be installed;
│ ├─ modin-all [0.15.3|0.16.0|...|0.30.0] would require
│ │ └─ python >=3.10,<3.11.0a0 , which can be installed;
│ └─ modin-all [0.25.0|0.25.1|...|0.30.0] would require
│ └─ python >=3.11,<3.12.0a0 , which can be installed;
└─ pin-1 is not installable because it requires
└─ python 3.12.* , which conflicts with any installable versions previously reported. |
I don't know why but it didn't use only the conda-forge channel : Details
I used your command : |
I use a different conda (if you are talking about the listed channels at the beginning of the output). Everything works as it should for you, since only packages from the specified channel are installed. It is also interesting that conda does not install subpackages |
I did this in an empty directory Details
|
Hm, I see Could you set strict mode for channels? More details: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html#strict-channel-priority |
Yeah okay I see Dunno why it wasn't showing the first times but alright Thank you ! Details
|
In summary, it looks like the modin package recipe for the main channel works differently than the one for conda-forge. Since we don't control it, I recommend contacting anaconda about any problems with it. @RomainROCH thanks for the question! Feel free to reopen if needed. |
Modin version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest released version of Modin.
I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)
Reproducible Example
Issue Description
In the list of packages that will be installed, there isn't modin-ray nor ray
Expected Behavior
conda install modin-all
should install modin-ray, or ray, or bothError Logs
No response
Installed Versions
INSTALLED VERSIONS
commit : bdc79c146c2e32f2cab629be240f01658cfb6cc2
python : 3.12.3.final.0
python-bits : 64
OS : Windows
OS-release : 10
Version : 10.0.19045
machine : AMD64
processor : AMD64 Family 25 Model 33 Stepping 2, AuthenticAMD
byteorder : little
LC_ALL : None
LANG : fr_FR.UTF-8
LOCALE : English_Europe.1252
pandas : 2.2.1
numpy : 1.26.4
pytz : 2024.1
dateutil : 2.9.0.post0
setuptools : 69.5.1
pip : 24.0
Cython : None
pytest : None
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : 3.1.4
IPython : None
pandas_datareader : None
adbc-driver-postgresql: None
adbc-driver-sqlite : None
bs4 : None
bottleneck : None
dataframe-api-compat : None
fastparquet : None
fsspec : 2024.3.1
gcsfs : None
matplotlib : None
numba : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : 14.0.2
pyreadstat : None
python-calamine : None
pyxlsb : None
s3fs : None
scipy : None
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
zstandard : 0.22.0
tzdata : 2023.3
qtpy : None
pyqt5 : None
The text was updated successfully, but these errors were encountered: