Unfortunately couldn't do anything with this because the numerous dependencies have rotted and refuse to install together via requirements.txt.
I was able to use uv to downgrade to python 3.9 to get through the first error with absl-py, but then there were numpy compiler errors afterward that I wasn't able to figure out.
numpy==1.17.3
NameError: name 'CCompiler' is not defined
Unsure how many other incompatibilities lie past that one.
Unfortunately couldn't do anything with this because the numerous dependencies have rotted and refuse to install together via requirements.txt.
I was able to use uv to downgrade to python 3.9 to get through the first error with
absl-py, but then there were numpy compiler errors afterward that I wasn't able to figure out.Unsure how many other incompatibilities lie past that one.