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
Pypi wheels encode platform dependencies in the platform compatibility tag, but there isn't really any all encompassing standard that enumerates the possibilities. We can at least handle common cases for macos and windows. Linux is complicated by the need to specify runtime libc dependencies, which might need to be reflected as an additional dependency in resulting conda package. It is possible that this might not be feasible in all cases.
Also because the noarch key is not python, then the conda installer will not provide any special support for the site-packages/ so the distribution puts contents explicitly in lib/python3.9/site-packages.
Support the conversion of non pure python wheels
The text was updated successfully, but these errors were encountered: