Closed Abbe98 closed 1 month ago
Hi!
This issue is probably related to #23. The YOLO model was not included in the base installation of htrflow
in version 0.1.1., but has been added in version 0.1.2. Let me know if this issue persists after upgrading to 0.1.2!
The issue is still present after updating.
Okay, I think I figured it out; 1.1.1 was the last version on PyPi which listed support for Python 12/13 so everyone installing it on Python 12/13 will get the old version as the latest. Causing both this and #23.
Great find, thank you! For now, HTRflow is only officially supported in Python 3.10. I'll update the package on PyPi to reflect that.
It might stab a few given that not even Debian(and co) supports Python 10: https://wiki.debian.org/Python#Supported_Python_Versions
What happened?
Using the example
pipeline.yaml
from the quickstart guide with the PyPi package results in the following error:Steps To Reproduce
No response
Relevant log output
No response