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
I searched open reports and couldn't find a duplicate
What happened?
At least with py-rattler you can run install with packages that are OS/arch specific but pass noarch as a platform. The packages will get linked, etc. but you end up without codesigning of the mach O files on OSX (or a bad signature). At least for the Python interpreter.
It seems like the desired behavior would be to fail fast if non-noarch packages are to be linked but only the noarch platform was passed to install?