-
Notifications
You must be signed in to change notification settings - Fork 369
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
can i use mamba with constructor? #1627
Comments
You can use To use |
I think I'll have to try that. I also noticed i probably ah e to use a non-base environment as well. There is a note that experimental solvers are disabled in base |
The environment you use shouldn't matter. I'm not sure if the experimental solvers will be used but if not this will probably need to be the place that needs to be patched to enable them: https://github.com/conda/constructor/blob/master/constructor/conda_interface.py#L56-L65 |
Thanks, with a bit of patching it helped me troubleshoot. Your stuff is great |
ill try to submit a patch to construcgor. |
the issue is that one would want to import calling that helped me. |
Hi, What is the status for this ? Thanks for your help. |
I had to patch things up a bit since constructor didn't use the new solver mechanics. |
I've been having some issues solving environments with
constructor
. It used to work but it seems that with pypy things are struggling.Is there a way to use mamba with
constructor
? I saw https://github.com/mamba-org/monstructor but it seems to be rather old.I also saw that you can install the libmamba solver somehow?
Would that work with constructor?
The text was updated successfully, but these errors were encountered: