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

Micromamba URI can get corrupted by wget [Linux] #423

Closed
C1oover opened this issue Jan 5, 2024 · 1 comment
Closed

Micromamba URI can get corrupted by wget [Linux] #423

C1oover opened this issue Jan 5, 2024 · 1 comment

Comments

@C1oover
Copy link

C1oover commented Jan 5, 2024

wget can corrupt the URI from micromamba it seems as per: mamba-org/mamba#2998
This also affects the "install_requirements.sh". A fix as suggested by the issue in mamba would be to add --no-iri as a wget flag.
Ex given: wget --no-iri -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba

@henk717
Copy link
Collaborator

henk717 commented Jan 7, 2024

Great find thank you!
I thought they were blocking it in the repo for some reason and was waiting for it to be fixed, but thanks to this workaround we don't have to change the dependency to curl.
I have applied it to KoboldAI United (My branch)

@henk717 henk717 closed this as completed Jan 7, 2024
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