setup.py can't handle python 3.10
sflicht opened this issue · 1 comments
sflicht commented
I had to install manually and in the build dir, symlink lib.linux-x86_64-3.1 -> lib.linux-x86_64-3.10
to get this to work. seems like a bug where the 2-digit python version number gets truncated somehow.
PhilipDeegan commented
... seems like a bug where the 2-digit python version number gets truncated somehow.
This is fixed in a current PR but has yet to be merged