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

Add mention of libmamba solver for conda #96

Closed
psobolewskiPhD opened this issue Jan 27, 2023 · 0 comments · Fixed by #110
Closed

Add mention of libmamba solver for conda #96

psobolewskiPhD opened this issue Jan 27, 2023 · 0 comments · Fixed by #110
Labels

Comments

@psobolewskiPhD
Copy link
Member

🧰 Task

In #51 some conda install trouble shooting was added, including suggesting using mamba.
Because we have conda everywhere—and likely so do plugins, etc.—it may be easier for a user to switch their conda solver to libmamba instead and still have all copy–paste instructions work.
Note: my understanding is that mamba does have some additional speed advantages beyond solving, see: https://github.com/mamba-org/mamba
so I'd leave the mamba part, just add the libmamba solver mention.
At the end of the day the key is a solved environment, which libmamba solver helps improve the odds of, see napari/napari#5509

CC @Czaki

psobolewskiPhD added a commit that referenced this issue Mar 26, 2023
# Description

Add mention of using regular conda but with the `libmamba` solver, as a
way to resolve installation issues. See
https://conda.github.io/conda-libmamba-solver/libmamba-vs-classic/
Currently, we suggest mamba. This works well, but breaks copy-paste of
`conda install ...` and other instructions. Changing the solver gives
much of the benefit, without needing to change the command.
See discussion at: napari/napari#5509
 

## Type of change
- [x] Fixes or improves existing content

# References
closes #96

## Final checklist:
- [x] My PR is the minimum possible work for the desired functionality

Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com>
melissawm pushed a commit to melissawm/napari-docs that referenced this issue Mar 28, 2023
# Description

Add mention of using regular conda but with the `libmamba` solver, as a
way to resolve installation issues. See
https://conda.github.io/conda-libmamba-solver/libmamba-vs-classic/
Currently, we suggest mamba. This works well, but breaks copy-paste of
`conda install ...` and other instructions. Changing the solver gives
much of the benefit, without needing to change the command.
See discussion at: napari/napari#5509
 

## Type of change
- [x] Fixes or improves existing content

# References
closes napari#96

## Final checklist:
- [x] My PR is the minimum possible work for the desired functionality

Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com>
melissawm pushed a commit to melissawm/napari-docs that referenced this issue Mar 29, 2023
# Description

Add mention of using regular conda but with the `libmamba` solver, as a
way to resolve installation issues. See
https://conda.github.io/conda-libmamba-solver/libmamba-vs-classic/
Currently, we suggest mamba. This works well, but breaks copy-paste of
`conda install ...` and other instructions. Changing the solver gives
much of the benefit, without needing to change the command.
See discussion at: napari/napari#5509
 

## Type of change
- [x] Fixes or improves existing content

# References
closes napari#96

## Final checklist:
- [x] My PR is the minimum possible work for the desired functionality

Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com>
melissawm pushed a commit to melissawm/napari-docs that referenced this issue Apr 26, 2023
# Description

Add mention of using regular conda but with the `libmamba` solver, as a
way to resolve installation issues. See
https://conda.github.io/conda-libmamba-solver/libmamba-vs-classic/
Currently, we suggest mamba. This works well, but breaks copy-paste of
`conda install ...` and other instructions. Changing the solver gives
much of the benefit, without needing to change the command.
See discussion at: napari/napari#5509
 

## Type of change
- [x] Fixes or improves existing content

# References
closes napari#96

## Final checklist:
- [x] My PR is the minimum possible work for the desired functionality

Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com>
Czaki added a commit to napari/napari that referenced this issue Jun 23, 2023
# Description

Add mention of using regular conda but with the `libmamba` solver, as a
way to resolve installation issues. See
https://conda.github.io/conda-libmamba-solver/libmamba-vs-classic/
Currently, we suggest mamba. This works well, but breaks copy-paste of
`conda install ...` and other instructions. Changing the solver gives
much of the benefit, without needing to change the command.
See discussion at: #5509

## Type of change
- [x] Fixes or improves existing content

# References
closes napari/docs#96

## Final checklist:
- [x] My PR is the minimum possible work for the desired functionality

Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant