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
There's a PR for this #55 which has been sitting there for quite some time (the original builds are not even online anymore in Azure DevOps).
I'm fairly new to python and conda, so I don't really know how to fix the failing tests in that PR, but you're welcome to contribute! I'm sure it will fix your problem.
We always set the ABI tag to m:
conda-press/conda_press/condatools.xsh
Line 572 in dbba94c
The default installation of conda:
has a Python version with
cpython-38-x86_64-linux-gnu
ABI:All the packages also have that ABI:
So we're putting *.so built for
cpython-38
in a wheel which states it's compatible withcp38m
.The text was updated successfully, but these errors were encountered: