You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be able to share your Dockerfile contents (redact as necessary). I'm mostly interested in which conda packages you are trying to install using the libmamba solver. If possible, it would also help you have verbose logs attached. You can enable those with the -vvv flag.
With that info I can try get a reproducer and take a deeper look at the issue. Thanks!
@jaimergp I found the problem :) It was because I had one package in the requirements.txt in a form of libname>=1.2.3, i.e. it had the version specified. Because it was a pip requirements file. After I removed the version (and >= obviously), things worked just fine
Interesting! That's supposed to work too 😂 You should have obtained a "package not found error" if anything, but definitely not a hard crash. Was it using a weird operator or was it really >=? I don't get it otherwise, but hey, happy you found a solution!
Checklist
What happened?
a few dozen of packages, dockerfile.
Always crashing with error: rules.c solver_addrule: Assertion !p2 && d > 0 failed.
Conda installed as:
RUN conda install -n base conda-libmamba-solver &&
conda config --set solver libmamba
Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: