Closed RajalakshmiSR closed 6 months ago
Please format your error string correctly (using triple backticks), and provide the information requested in the issue template (conda list
and conda info
).
@h-vetinari updated the description
You are mixing packages between channels (conda-forge & Anaconda main), which is not supported. Every conda-forge feedstock (as well as the docs, obviously) contains the instructions to do:
conda config --add channels conda-forge
conda config --set channel_priority strict
Do that an then either update or recreate your environment. Then let us know if the problem still persists and I'll be happy to reopen the issue. In the meantime I'm closing this as not actionable.
@h-vetinari Can you please reopen the issue? I have updated the information with new environment.
This is blocking pytorch torch.compile workflow as we use -mcpu=native. https://github.com/pytorch/pytorch/blob/main/torch/_inductor/codecache.py#L1394
@isuruf When will this fix be available as part of conda-forge build?
When will this fix be available as part of conda-forge build?
After you update gcc
, it should work already. The fixed builds got released a few days ago with #132.
Solution to issue cannot be found in the documentation.
Issue
Installed packages
Environment info