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

consider replacing conda with mamba #64

Open
fdiblen opened this issue Jun 20, 2022 · 2 comments
Open

consider replacing conda with mamba #64

fdiblen opened this issue Jun 20, 2022 · 2 comments

Comments

@fdiblen
Copy link

fdiblen commented Jun 20, 2022

Mamba is a good alternative to conda which has a faster dependency resolver.
https://github.com/mamba-org/mamba

@wvxvw
Copy link
Collaborator

wvxvw commented Jun 21, 2022

Hi @fdiblen . Our primary goal is to support official tools that are endorsed by the Python distribution (i.e. conda and setuptools). We could test with mamba as well as other package managers (eg. Poetry), but we already have a very big platform matrix, and we don't even support Python 3.10 yet (while there's Python 3.11 preview available).

However, if you tried to install our package with mamba and faced problem, we'd like to know about it. At least in theory, mamba is supposed to be a drop-in replacement for conda for installing packages, so, you should expect installation to "just work".

@drcandacemakedamoore
Copy link
Owner

We will continue to support conda, please let us know any problems with mamba you experience.

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

3 participants