-
Notifications
You must be signed in to change notification settings - Fork 375
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
Comments
Hey @harryseely! |
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? |
Unsurprisingly, the fix was to completely delete all conda related directories on my C drive and then re-install micromamba. |
We recommend using 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. |
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
The text was updated successfully, but these errors were encountered: