Skip to content
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

Installation Issue with Micromamba #3751

Closed
Hind-M opened this issue Jan 15, 2025 · 4 comments
Closed

Installation Issue with Micromamba #3751

Hind-M opened this issue Jan 15, 2025 · 4 comments
Labels
type::question Further information is requested

Comments

@Hind-M
Copy link
Member

Hind-M commented Jan 15, 2025

Reported in micromamba-releases:

Greetings,

I am trying to install ray-default, ray-train, and ray-tune in a micromamba envrionment. I am able to install other packages (e.g., numpy, pandas, etc.) in this environment. When I try to install ray-default using the following command:

micromamba install "ray-default" -c conda-forge

I get the following error:

warning libmamba Invalid package cache, file ‘C:\Users\hseely\micromamba\pkgs\ray-core-2.40.0-py39h702a4a0_1\Lib\site-packages\ray\core\src\ray\gcs\gcs_server.exe’ is missing

error libmamba Cannot find a valid extracted directory cache for ‘ray-core-2.40.0-py39h702a4a0_1.conda’
critical libmamba Package cache error.

I have tried creating new environments, installing different versions of ray, cleaning the micromamba cache, and re-installing micromamba. Any advice on how to resolve this?

Thanks,

Harry

@Hind-M
Copy link
Member Author

Hind-M commented Jan 16, 2025

Hey @harryseely!
Thanks for reporting this. Can you please specify the micromamba version you're using?

@harryseely
Copy link

harryseely commented Jan 16, 2025

Hi @Hind-M here are some details about my setup:

Windows 11

Micromamba=2.0.5

I'm pretty sure the issues also relates to miniconda since I also cannot install Ray in a miniconda env. I thought that unless specified, micromamba operates independently of miniconda?

@harryseely
Copy link

Unsurprisingly, the fix was to completely delete all conda related directories on my C drive and then re-install micromamba.

@jjerphan
Copy link
Member

We recommend using miniforge for the installation rather than miniconda (which is not distributed by conda-forge).

Closing as solved as indicated in mamba-org/micromamba-releases#73 (comment). Feel free to comment or reopen this issue if you still have a problem.

@Hind-M Hind-M added type::question Further information is requested and removed status::user_reply_needed labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants