-
Notifications
You must be signed in to change notification settings - Fork 16
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
micromamba list
runs indefinitely on Micromamba v2.0.0
#225
Comments
i think this is an issue for the mamba repository, right @jjerphan @JohanMabille? |
Related to mamba-org/micromamba-releases#58 probably, see if explicitly pulling in 2.0 fixes it
|
pinning 2.0.0-0 did not fix for me. It seems like it's always using the same micromamba version no matter what I pin. I see this in the logs How do I get it to not use the pre-installed version? |
Looks like there is a pre-installed version on the runner, and setup-micromamba will completely ignore your pinned version if that exists. Also had to got through and delete all of the github actions caches for micromamba because otherwise even with the correct binary, it would still fail to list when pulling the previous cache. |
This is what fixed it for me
And then delete every previous micromamba cache from github actions cache |
Pin version of micromamba to `1.5.10-0` in GitHub Actions workflows because of following issue: mamba-org/setup-micromamba#225 GitHub: fix mxcube#1424
Pin version of micromamba to `1.5.10-0` in GitHub Actions workflows because of following issue: mamba-org/setup-micromamba#225 GitHub: fix mxcube#1424
Pin version of micromamba to `1.5.10-0` in GitHub Actions workflows because of following issue: mamba-org/setup-micromamba#225 GitHub: fix #1424
I have not been able to reproduce the error yet, can you open an issue upstream with a specification of your environment? Thank you a lot. |
@jjerphan, please find a minimal example in https://github.com/maresb/setup-micromamba-gh225 |
I still cannot reproduce the error with |
@jjerphan are you trying to reproduce it locally or on GHA? If GHA then is my example deficient in any way to reproduce? |
We observe errors with GHA, as if it picks release candidates builds instead of the actual release builds. |
are you sure it uses rcs? it should just use the |
The |
are you sure?
this looks fine to me 🤔 or is the 2.0.0-1 release already faulty? |
We have had observed problem with the "latest" builds when the version of |
### What kind of change does this PR introduce? * Pins the micromamba binary version ### Does this PR introduce a breaking change? No. ### Other information: mamba-org/setup-micromamba#225
### What kind of change does this PR introduce? * Pins the micromamba binary version. ### Does this PR introduce a breaking change? No. ### Other information: mamba-org/setup-micromamba#225
- fix #298 (temporarily) - see mamba-org/setup-micromamba#225 for details
|
I can reproduce the issue with 2.0.1 and the following environment: name: repro
channels:
- conda-forge
dependencies:
- python=3.10
- httpx>=0.25.0
- pandas[version=">=0.25.2,<3"]
- pytz
- cartopy>=0.21
- cartopy_offlinedata
- check-manifest
- geopandas
- interrogate
- joblib
- jupyter
- nbclassic
- nbconvert
- nbsphinx
- netcdf4
- pendulum>=2.0.1
- pooch
- pre-commit
- pyarrow
- pytest
- pytest-cov
- pytest-sugar
- pytest-vcr
- regionmask>=0.9
- scitools-iris>=3.3.0
- setuptools_scm
- sphinx
- twine
- types-pytz
- types-requests
- wheel
- xarray from https://github.com/ioos/erddapy/actions/runs/11124942088/job/30911568849?pr=353. |
Does not seem to be specific to v2, also failed with v1 here for us: https://github.com/pymc-devs/pytensor/actions/runs/11141222416/job/30961688938?pr=1008 |
might be because of caching? #225 (comment) |
False alarm, I just chatted with @ricardoV94, and he was referring to |
Thanks for clarifying. And to answer the other comment if still relevant I tried deleting the caches related to micromamba and that still hanged |
Try 1.5.10-0 from a clean cache |
Yes that works |
## Overview Changes: * Pinned micromamba binary version ## Related Issue / Discussion ## Additional Information mamba-org/setup-micromamba#225
### What kind of change does this PR introduce? * Pins the micromamba binary version ### Does this PR introduce a breaking change? No. ### Other information: mamba-org/setup-micromamba#225
@SylvainCorlay I dont understand why this issue is closed as completed. Is there a resolution? My understanding is that we have to effectively pin "1.5.10-0" and that dosent seem to be a solution going forward. But hopefully I missed something. Or is it because this is an issue external to setup-micromamba? |
Hi @jmccreight this should be resolved with micromamba 2.0.2. Are you still seeing this issue with the latest micromamba? |
Our Github runners timed out last night running
micromamba list
. Fix for us right now is pinning the last Micromamba release before v2.0.0 but something is definitely up. Runner logsThe text was updated successfully, but these errors were encountered: