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

Critical libmamba error related to character encoding #243

Open
Zeitsperre opened this issue Nov 6, 2024 · 1 comment
Open

Critical libmamba error related to character encoding #243

Zeitsperre opened this issue Nov 6, 2024 · 1 comment

Comments

@Zeitsperre
Copy link

Hi there, I noticed today that setup-micromamba's libmamba seems to be failing for me in my Windows builds: https://github.com/Ouranosinc/raven-hydro/actions/runs/11693031236/job/32604561549

It seems as though this is an encoding error (for the ✨ emoji?):

UnicodeEncodeError: 'charmap' codec can't encode character '\u2728' in position 8: character maps to <undefined>

I'm not able to see what has changed, as it seems to fail at the list step, but most of my dependencies are pinned. I know that black uses the ✨ emoji and has done so for years, so I'm not sure where the issue is.

@dopplershift
Copy link

Looks like based on mamba-org/mamba#3576 a work-around is to roll back to 2.0.2-2.

callumrollo added a commit to callumrollo/glidertest that referenced this issue Nov 7, 2024
Zeitsperre added a commit to Ouranosinc/raven-hydro that referenced this issue Nov 7, 2024
### What kind of change does this PR introduce?

* Prepares the next version

### Does this PR introduce a breaking change?

No.

### Other information:

Windows builds are failing due to a weird bug in the `setup-micromamba`
action. An issue has been opened concerning it:
mamba-org/setup-micromamba#243

This likely is a false positive when it comes to typical conda-based
builds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants