-
Notifications
You must be signed in to change notification settings - Fork 25
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
Cross-platform linux-64 solve failing on a Mac M2 #368
Comments
It does not work with |
Right. |
Yes, it's a known limitation. To emulate a different OS you also have to inject the virtual packages. Try this:
Output
|
Is there any way for conda/libmamba to provide a better error message in that case? That would help a lot. |
We could detect whether the requested We could also decorate the unsolvable error message with some tip if we detect that we are solving for non-native. |
Anything would help! Should I open an issue on conda/conda then? |
Sorry I dropped the ball on this one.
For the first part yes, but we'll need to see whether the conda team finds that useful. I think it's more likely we tackle the second part here, if you ask me. |
Checklist
What happened?
I'm on a Mac M2 and running this command to solve on linux-64 fails at solving:
With:
cc @jezdez
Conda Info
Conda Config
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: