ANTsPy icon indicating copy to clipboard operation
ANTsPy copied to clipboard

No wheel available for python 3.10 on PyPI

Open JescoS opened this issue 3 years ago • 1 comments

Describe the bug Currently, no wheel is available for python version 3.10 on PyPI, while wheels for python version 3.6–3.9 are available (see here). This leads to the package being built from source on pip install and therefore increased install times. It does seem like a wheel is built for python 3.10 in the GitHub workflows (see here for antspyx version 3.3). Would it be possible for a wheel be made available for python version 3.10?

To Reproduce Steps to reproduce the behavior:

  1. Go to the PyPI files listing for antspyx.
  2. No .whl file for python version 3.10 (cp310) is listed.

Alternatively: 4. Run pip download --python-version "3.10" --no-deps antspyx 5. Pip downloads a .tar.gz file, not a .whl file.

Expected behavior A wheel for python version 3.10 being available on PyPI.

JescoS avatar Aug 03 '22 14:08 JescoS

will address with next release.

stnava avatar Aug 18 '22 11:08 stnava