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

Issue on page /installation/micromamba-installation.html #3759

Open
dllock2814 opened this issue Jan 20, 2025 · 0 comments
Open

Issue on page /installation/micromamba-installation.html #3759

dllock2814 opened this issue Jan 20, 2025 · 0 comments
Labels
type::bug Something isn't working where::windows Windows-specific issues

Comments

@dllock2814
Copy link

When i try to install micromamba on my computer using this command
Invoke-Expression ((Invoke-WebRequest -Uri https://micro.mamba.pm/install.ps1 -UseBasicParsing).Content)
I get past the enter the path to the micromamba prefix which i take the default then i get the error message
"The following argument was not expected: -p"
" Run with --help for more information."

So then i scroll down to the advanced section to manually install everything:
When i get to this line in the code it errors out since there is no folder called test and no env_win.yaml file.

and use micromamba directly

micromamba create -f ./test/env_win.yaml -y
micromamba activate yourenv

Please advise on how I can resolve these issues.

Thanks.

@Hind-M Hind-M added type::question Further information is requested type::bug Something isn't working where::windows Windows-specific issues and removed type::question Further information is requested labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::bug Something isn't working where::windows Windows-specific issues
Projects
None yet
Development

No branches or pull requests

2 participants