X-DataInitiative/tick

setup.py can't handle python 3.10

sflicht opened this issue · 1 comments

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.

... 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