-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Python #4394
Comments
A number of dependencies for frigate don't support > 3.9, for example: google-coral/pycoral#58 |
Thanks for the heads up. |
Python 3.10 support for tflite has recently been merged. |
Good discussion about |
Base image updates appear to resolve this (when complete). #15103 |
am new to linux and am figuring out frigate with a tpu. this compatibility got me stumped. The following packages have unmet dependencies: how'd y'all get around it? |
You should follow the Getting Started guide to install Frigate. You don't need to install those drivers directly. https://docs.frigate.video/guides/getting_started Additionally, if you continue to have issues, you should open a support discussion rather than commenting on old feature request threads. |
yeah, after some more googling found a post that said so. |
Too bad #15103 is still Python 3.11. Maybe it would be worth switching the base image something like |
I don't think so, that will cause a lot more problems as many of our deps would have to be further updated and would be a massive amount of effort, I don't think being on the latest will help us, and this is already a major improvement being on 3.11 |
Got it. But Python 3.12 and then Python 3.13 brought significant overall performance improvement. I'll see if I can do anything. |
I'd highly suggest creating a discussion before putting too much time into it, I already looked in to various python versions and there will be a lot more work & various problems to solve regarding the different hardware platforms if we move forward to a newer version. IMO we don't want to have too many moving parts for 0.16 and this is already a big step forward. |
Alright, understood. Great to see Python 3.11 arriving! |
Python 3.10 and 3.11 have brought several performance improvements. I wonder if we can't benefit of them by upgrading Python (we are using Python 3.9).
The text was updated successfully, but these errors were encountered: