python-swat
python-swat copied to clipboard
You're on Linux (`linux_aarch64`), but `swat` (v1.15.0) only has wheels for the following platforms: `manylinux1_x86_64`, `manylinux2014_ppc64le`, `macosx_10_9_x86_64`, `macosx_11_0_arm64`, `win_amd64`
trafficstars
Hi, I'm building a docker image to be run on a k8s cluster, and swat seems to be missing a lot of wheels for different platforms:
1.898 error: Distribution `swat==1.15.0 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform
1.898
1.898 hint: You're on Linux (`linux_aarch64`), but `swat` (v1.15.0) only has wheels for the following platforms: `manylinux1_x86_64`, `manylinux2014_ppc64le`, `macosx_10_9_x86_64`, `macosx_11_0_arm64`, `win_amd64`
Do you think is possible to build more wheels for other platforms? Why is not supported?!