Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

xmlschema >=2.5.0 breaks mamba 1.4.2 in our test environment #2056

Closed
ReimarBauer opened this issue Oct 8, 2023 · 5 comments · Fixed by #2117
Closed

xmlschema >=2.5.0 breaks mamba 1.4.2 in our test environment #2056

ReimarBauer opened this issue Oct 8, 2023 · 5 comments · Fixed by #2117
Assignees
Labels
request upstream help upstream fix needed a dependency of us needs an improvement
Milestone

Comments

@ReimarBauer
Copy link
Member

ReimarBauer commented Oct 8, 2023

recent mamba version is 1.5.1, 2023-10-03, currently not verified to be safe.

the old version mamba 1.4.2 gets broken by a build with an error related to an update of xmlschema

Extracting   (1) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━       0 /       1 xmlschema                  0.0scritical libmamba Pathname can't be converted from UTF-8 to current locale.
error    libmamba Error opening for reading "/home/reimar/mambaforge/pkgs/xmlschema-2.5.0-pyhd8ed1ab_0/info/index.json": No such file or directory
xmlschema-2.5.0-pyhd8ed1ab_0.conda extraction failed

We have to update the documentation regarding mambaforge is replaced by miniforge,
https://github.com/conda-forge/miniforge#faq

The interim solution is to pin xmlschema <2.5.0

seen first in https://github.com/Open-MSS/MSS/actions/runs/6440630490/job/17501580850?pr=2043

@ReimarBauer
Copy link
Member Author

currently miniforge3 and mambaforge docker images have the 1.4.2 version of mamba

docker run --rm -it --entrypoint bash quay.io/condaforge/miniforge3
(base) root@af288fbcb9b0:/# mamba --version
mamba 1.4.2
conda 23.3.1
docker run --rm -it --entrypoint bash quay.io/condaforge/mambaforge
(base) root@fee352861e66:/# mamba --version
mamba 1.4.2
conda 23.3.1

so we can't update currently to miniforge3

@ReimarBauer
Copy link
Member Author

@ReimarBauer ReimarBauer added request upstream help upstream fix needed a dependency of us needs an improvement labels Oct 8, 2023
@ReimarBauer ReimarBauer added this to the 9.0.0 milestone Oct 8, 2023
@ReimarBauer ReimarBauer self-assigned this Oct 8, 2023
@ReimarBauer
Copy link
Member Author

docker run --rm -it --entrypoint bash condaforge/miniforge3:latest

current condaforge build is still based on

mamba --version
mamba 1.4.2
conda 23.3.1

mamba 1.5.5 was recently released

@ReimarBauer
Copy link
Member Author

ReimarBauer commented Dec 12, 2023

this looks solved in the mamba 1.5.5. version, maybe also earlier. Can't reproduce in my local docker miniforge3 container.

@ReimarBauer
Copy link
Member Author

unfortunately our docker mambaforge based container still has this xmlschema issue

@ReimarBauer ReimarBauer modified the milestones: 9.0.0, 10.0.0 May 14, 2024
@ReimarBauer ReimarBauer modified the milestones: 10.0.0, 9.1.1 Aug 5, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
request upstream help upstream fix needed a dependency of us needs an improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant