-
Notifications
You must be signed in to change notification settings - Fork 376
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
Micromamba server #2185
Micromamba server #2185
Conversation
Very interested in this :). Is the plan for this to also support virtual packages (it seems they are passed in but not used)? |
yeah, definitely. |
@romain-intel the virtual packages are now correctly being used :) |
whoohoo. Thanks a ton. I am going to try this out now. I see the binaries are built (at least one linux). |
I am probably missing something stupid but I launch the server with the latest binaries built on linux:
On the server side, I do see:
but curl just hangs. Trying an actual solve, I have:
which does a bunch of stuff (but also caused curl to hang -- no surprise there if it hangs on a simple hello) but also gives this in the server (which seems a bit bad since it does not seem to solve it:
I know, I know, I am probably a little too excited so feel free to ignore this but if there is a simple fix, would love to try it out :). |
Awesome, thanks for testing. I was actually only testing on macOS arm64 so far :/ maybe there is a difference in how things work in linux! Also, how are you starting the binary? I am just using |
btw. here is the testing script i was using to run a bunch of solves: https://gist.github.com/wolfv/874d4c83e69c43cddfebc15160542570 |
I've tried more on Linux as well, and couldn't reproduce your issue (Fedora 37, x64) |
Hey @wolfv , thanks for the speedy response. I was trying it out similarly (using Thanks! |
whoohoo, build in 668 works fine and I am able to get the results back. |
9c26500
to
20f521a
Compare
This reverts commit 7866468.
So we can resolve more than 1 environment in a row
TODO: