#Python311
If you're using Python 3.10-3.12 and you upgrade to these security releases:

discuss.python.org/t/python-3-1...

Then I'll tell you about Guido's new oral histories series, starting with @yhg1s.bsky.social:

gvanrossum.github.io/interviews/T...

#Python #Python310 #Python311 #Python312 #security
Python 3.12.13, 3.11.15 and 3.10.20 are now available!
Python Releases For Your Security! New security releases for 3.10, 3.11 and 3.12 are now available. (As these Python versions are now in security-fix-only mode, these are source-only releases, and the...
discuss.python.org
March 3, 2026 at 4:20 PM
11) Guess I might as well start the process of removing legacy python311 everywhere!
July 25, 2026 at 5:22 PM
I ended up dealing with the python311 problem by pinning the default version to 3.12, although I'll obviously have to follow more closely than I really want so that I can unpin that as soon as the central default is changed.
January 18, 2026 at 8:34 PM
[REQUEST] python311
bbs.archlinux.org
November 20, 2024 at 12:21 AM
[ONNXRuntimeError] : 7 : INVALID_PROTOBUF while trying to run hugging face repo in WSL = Windows Subsystem LINUX
This is similar, but I think it’s a different library. However, the cause and solution are probably similar to this. github.com/hacksider/Deep-Live-Cam #### [ONNXRuntimeError] : 7 : INVALID_PROTOBUF opened 12:47AM - 13 Aug 24 UTC closed 06:06AM - 23 Oct 24 UTC Aleksoooxd Traceback (most recent call last): File "C:\Program Files\Python311\Lib\tkint…er\\__init__.py", line 1948, in __call__ return self.func(*args) ^^^^^^^^^^^^^^^^ File "Deep-Live-Cam\venv\Lib\site-packages\customtkinter\windows\widgets\ctk_button.py", line 554, in _clicked self._command() File "Deep-Live-Cam\modules\ui.py", line 104, in <lambda> live_button = ctk.CTkButton(root, text='Live', cursor='hand2', command=lambda: webcam_preview()) ^^^^^^^^^^^^^^^^ File "Deep-Live-Cam\modules\ui.py", line 281, in webcam_preview source_image = get_one_face(cv2.imread(modules.globals.source_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Deep-Live-Cam\modules\face_analyser.py", line 20, in get_one_face face = get_face_analyser().get(frame) ^^^^^^^^^^^^^^^^^^^ File "Deep-Live-Cam\modules\face_analyser.py", line 14, in get_face_analyser FACE_ANALYSER = insightface.app.FaceAnalysis(name='buffalo_l', providers=modules.globals.execution_providers) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Deep-Live-Cam\venv\Lib\site-packages\insightface\app\face_analysis.py", line 31, in __init__ model = model_zoo.get_model(onnx_file, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Deep-Live-Cam\venv\Lib\site-packages\insightface\model_zoo\model_zoo.py", line 96, in get_model model = router.get_model(providers=providers, provider_options=provider_options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Deep-Live-Cam\venv\Lib\site-packages\insightface\model_zoo\model_zoo.py", line 40, in get_model session = PickableInferenceSession(self.onnx_file, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Deep-Live-Cam\venv\Lib\site-packages\insightface\model_zoo\model_zoo.py", line 25, in __init__ super().__init__(model_path, **kwargs) File "Deep-Live-Cam\venv\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 419, in __init__ self._create_inference_session(providers, provider_options, disabled_optimizers) File "Deep-Live-Cam\venv\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 452, in _create_inference_session sess = C.InferenceSession(session_options, self._model_path, True, self._read_config_from_model) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ onnxruntime.capi.onnxruntime_pybind11_state.InvalidProtobuf: [ONNXRuntimeError] : 7 : INVALID_PROTOBUF : Load model from User/.insightface\models\buffalo_l\1k3d68.onnx failed:Protobuf parsing failed. At first i forgot to install ffmpeg so while waiting for it to install i ran the program after I've commented the pre_check line which responds for checking if ffmpeg is installed. It worked fine, besides the fact that i had a black square instead of the face i wantet and it was quite laggy but after a few second i got a blue screen. So now I finally installed ffmpeg and while the "launcher" works just fine the preview obviously doesnt really load as the error would suggest. Anyone had a similar problem/ knows the fix to this issue?
discuss.huggingface.co
November 7, 2024 at 12:49 PM