Replies: 2 comments 1 reply
-
|
See the 0.17 FAQ, Upgrade issues question 3. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, Thanks a lot for your patience and sorry I missed this! I understand the frustration of documenting stuff and people not reading it properly. I'm using a Intel® Celeron® J4105, which, as you suggested, doesn't seem to support AVX. Looks like upgrading my Dell Wyze box then :) Matt |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using 0.17.0-f0d69f7, with the Home Assistant Add-On.
I've enabled License Plate Recognition and Face Recognition and I'm struggling with the following:
I've managed to fix items 1 and 2. For the first I used the SSH add-on to download the model using wget. I combed the code to find the correct model to download. For the second, I manually created a tokenizer folder and then on a restart of the container, the necessary files all downloaded as expected.
Now I am struggling with the reindexing. When I select the button, from the website, I eventually see a message saying that it has been unsuccessful. I also see the following in the logs:
2026-03-05 13:25:01.302060922 Fatal Python error: Illegal instruction
2026-03-05 13:25:01.302066752
2026-03-05 13:25:01.302069015 Thread 0x00007f86714e96c0 (most recent call first):
2026-03-05 13:25:01.302106848 File "/usr/lib/python3.11/threading.py", line 324 in wait
2026-03-05 13:25:01.302109873 File "/usr/lib/python3.11/threading.py", line 622 in wait
2026-03-05 13:25:01.302131569 File "/usr/local/lib/python3.11/dist-packages/tqdm/_monitor.py", line 60 in run
2026-03-05 13:25:01.302153402 File "/usr/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
2026-03-05 13:25:01.302175260 File "/usr/lib/python3.11/threading.py", line 995 in _bootstrap
2026-03-05 13:25:01.302177203
2026-03-05 13:25:01.302179228 Thread 0x00007f8672cec6c0 (most recent call first):
2026-03-05 13:25:01.302200718 File "/usr/lib/python3.11/threading.py", line 320 in wait
2026-03-05 13:25:01.302222345 File "/usr/lib/python3.11/queue.py", line 171 in get
2026-03-05 13:25:01.302244594 File "/usr/local/lib/python3.11/dist-packages/playhouse/sqliteq.py", line 162 in loop
2026-03-05 13:25:01.302273445 File "/usr/local/lib/python3.11/dist-packages/playhouse/sqliteq.py", line 137 in run
2026-03-05 13:25:01.302295325 File "/usr/local/lib/python3.11/dist-packages/playhouse/sqliteq.py", line 272 in run
2026-03-05 13:25:01.302326059 File "/usr/lib/python3.11/threading.py", line 975 in run
2026-03-05 13:25:01.302348569 File "/usr/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
2026-03-05 13:25:01.302371157 File "/usr/lib/python3.11/threading.py", line 995 in _bootstrap
2026-03-05 13:25:01.302373129
2026-03-05 13:25:01.302375205 Current thread 0x00007f86a334e040 (most recent call first):
2026-03-05 13:25:01.302416068 File "", line 241 in _call_with_frames_removed
2026-03-05 13:25:01.302438052 File "", line 1233 in create_module
2026-03-05 13:25:01.302459479 File "", line 573 in module_from_spec
2026-03-05 13:25:01.302489582 File "", line 676 in _load_unlocked
2026-03-05 13:25:01.302511563 File "", line 1149 in _find_and_load_unlocked
2026-03-05 13:25:01.302533401 File "", line 1178 in _find_and_load
2026-03-05 13:25:01.302555189 File "", line 241 in _call_with_frames_removed
2026-03-05 13:25:01.302577247 File "", line 1234 in _handle_fromlist
2026-03-05 13:25:01.302606064 File "/usr/local/lib/python3.11/dist-packages/tensorflow/python/platform/self_check.py", line 63 in preload_check
2026-03-05 13:25:01.302639146 File "/usr/local/lib/python3.11/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 37 in
2026-03-05 13:25:01.302661067 File "", line 241 in _call_with_frames_removed
2026-03-05 13:25:01.302682910 File "", line 940 in exec_module
2026-03-05 13:25:01.302704445 File "", line 690 in _load_unlocked
2026-03-05 13:25:01.302726728 File "", line 1149 in _find_and_load_unlocked
2026-03-05 13:25:01.302754883 File "", line 1178 in _find_and_load
2026-03-05 13:25:01.302776620 File "", line 241 in _call_with_frames_removed
2026-03-05 13:25:01.302798294 File "", line 1234 in _handle_fromlist
2026-03-05 13:25:01.302827303 File "/usr/local/lib/python3.11/dist-packages/tensorflow/init.py", line 40 in
2026-03-05 13:25:01.302848820 File "", line 241 in _call_with_frames_removed
2026-03-05 13:25:01.302870061 File "", line 940 in exec_module
2026-03-05 13:25:01.302898194 File "", line 690 in _load_unlocked
2026-03-05 13:25:01.302920049 File "", line 1149 in _find_and_load_unlocked
2026-03-05 13:25:01.302941223 File "", line 1178 in _find_and_load
2026-03-05 13:25:01.302969818 File "/usr/local/lib/python3.11/dist-packages/transformers/image_transforms.py", line 49 in
2026-03-05 13:25:01.302991588 File "", line 241 in _call_with_frames_removed
2026-03-05 13:25:01.303013073 File "", line 940 in exec_module
2026-03-05 13:25:01.303041227 File "", line 690 in _load_unlocked
2026-03-05 13:25:01.303063436 File "", line 1149 in _find_and_load_unlocked
2026-03-05 13:25:01.303084960 File "", line 1178 in _find_and_load
2026-03-05 13:25:01.303114018 File "/usr/local/lib/python3.11/dist-packages/transformers/image_processing_utils.py", line 21 in
2026-03-05 13:25:01.303135431 File "", line 241 in _call_with_frames_removed
2026-03-05 13:25:01.303157024 File "", line 940 in exec_module
2026-03-05 13:25:01.303184917 File "", line 690 in _load_unlocked
2026-03-05 13:25:01.303206612 File "", line 1149 in _find_and_load_unlocked
2026-03-05 13:25:01.303227592 File "", line 1178 in _find_and_load
2026-03-05 13:25:01.303257028 File "/usr/local/lib/python3.11/dist-packages/transformers/models/clip/image_processing_clip.py", line 21 in
2026-03-05 13:25:01.303291449 File "", line 241 in _call_with_frames_removed
2026-03-05 13:25:01.303316932 File "", line 940 in exec_module
2026-03-05 13:25:01.303338073 File "", line 690 in _load_unlocked
2026-03-05 13:25:01.303359822 File "", line 1149 in _find_and_load_unlocked
2026-03-05 13:25:01.303380955 File "", line 1178 in _find_and_load
2026-03-05 13:25:01.303403376 File "/usr/local/lib/python3.11/dist-packages/transformers/models/clip/feature_extraction_clip.py", line 20 in
2026-03-05 13:25:01.303425060 File "", line 241 in _call_with_frames_removed
2026-03-05 13:25:01.303446541 File "", line 940 in exec_module
2026-03-05 13:25:01.303479984 File "", line 690 in _load_unlocked
2026-03-05 13:25:01.303516984 File "", line 1149 in _find_and_load_unlocked
2026-03-05 13:25:01.303545479 File "", line 1178 in _find_and_load
2026-03-05 13:25:01.303567713 File "", line 1206 in _gcd_import
2026-03-05 13:25:01.303596549 File "/usr/lib/python3.11/importlib/init.py", line 126 in import_module
2026-03-05 13:25:01.303619052 File "/usr/local/lib/python3.11/dist-packages/transformers/utils/import_utils.py", line 1764 in _get_module
2026-03-05 13:25:01.303648424 File "/usr/local/lib/python3.11/dist-packages/transformers/utils/import_utils.py", line 1754 in getattr
2026-03-05 13:25:01.303670812 File "/usr/local/lib/python3.11/dist-packages/transformers/models/auto/auto_factory.py", line 693 in getattribute_from_module
2026-03-05 13:25:01.303700813 File "/usr/local/lib/python3.11/dist-packages/transformers/models/auto/auto_factory.py", line 777 in _load_attr_from_module
2026-03-05 13:25:01.303723353 File "/usr/local/lib/python3.11/dist-packages/transformers/models/auto/auto_factory.py", line 763 in getitem
2026-03-05 13:25:01.303752413 File "/usr/local/lib/python3.11/dist-packages/transformers/models/auto/feature_extraction_auto.py", line 381 in from_pretrained
2026-03-05 13:25:01.303774512 File "/opt/frigate/frigate/embeddings/onnx/jina_v1_embedding.py", line 212 in _load_model_and_utils
2026-03-05 13:25:01.303803576 File "/opt/frigate/frigate/embeddings/onnx/jina_v1_embedding.py", line 204 in init
2026-03-05 13:25:01.303825374 File "/opt/frigate/frigate/embeddings/embeddings.py", line 127 in init
2026-03-05 13:25:01.303853778 File "/opt/frigate/frigate/embeddings/maintainer.py", line 120 in init
2026-03-05 13:25:01.303875507 File "/opt/frigate/frigate/embeddings/init.py", line 49 in run
2026-03-05 13:25:01.303904012 File "/usr/lib/python3.11/multiprocessing/process.py", line 314 in _bootstrap
2026-03-05 13:25:01.303932959 File "/usr/lib/python3.11/multiprocessing/spawn.py", line 133 in _main
2026-03-05 13:25:01.303954737 File "/usr/lib/python3.11/multiprocessing/forkserver.py", line 313 in _serve_one
2026-03-05 13:25:01.303983218 File "/usr/lib/python3.11/multiprocessing/forkserver.py", line 274 in main
2026-03-05 13:25:01.304010960 File "", line 1 in
2026-03-05 13:25:01.304317404
2026-03-05 13:25:01.307287941 Extension modules: numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, pysqlite3._sqlite3, zmq.backend.cython._zmq, ruamel.yaml.clib._ruamel_yaml, _ruamel_yaml, charset_normalizer.md, requests.packages.charset_normalizer.md, requests.packages.chardet.md, PIL._imaging, playhouse._sqlite_ext, psutil._psutil_linux, scipy._lib._ccallback_c, scipy.ndimage._nd_image, scipy.ndimage._rank_filter_1d, scipy.special._ufuncs_cxx, scipy.special._ellip_harm_2, scipy.special._special_ufuncs, scipy.special._gufuncs, scipy.special._ufuncs, scipy.special._specfun, scipy.special._comb, scipy.linalg._fblas, scipy.linalg._flapack, _cyutility, scipy._cyutility, scipy.linalg.cython_lapack, scipy.linalg._cythonized_array_utils, scipy.linalg._solve_toeplitz, scipy.linalg._decomp_lu_cython, scipy.linalg._matfuncs_schur_sqrtm, scipy.linalg._matfuncs_expm, scipy.linalg._linalg_pythran, scipy.linalg.cython_blas, scipy.linalg._decomp_update, scipy.sparse._sparsetools, _csparsetools, scipy.sparse._csparsetools, _ni_label, scipy.ndimage._ni_label, setproctitle._setproctitle, scipy.spatial._ckdtree, scipy._lib.messagestream, scipy.spatial._qhull, scipy.spatial._voronoi, scipy.spatial._hausdorff, scipy.spatial._distance_wrap, scipy.spatial.transform._rotation, scipy.spatial.transform._rigid_transform, scipy.sparse.linalg._dsolve._superlu, scipy.sparse.linalg._eigen.arpack._arpack, scipy.sparse.linalg._propack._spropack, scipy.sparse.linalg._propack._dpropack, scipy.sparse.linalg._propack._cpropack, scipy.sparse.linalg._propack._zpropack, scipy.optimize._group_columns, scipy.optimize._trlib._trlib, scipy.optimize._lbfgsb, _moduleTNC, scipy.optimize._moduleTNC, scipy.optimize._slsqplib, scipy.optimize._minpack, scipy.optimize._lsq.givens_elimination, scipy.optimize._zeros, scipy._lib._uarray._uarray, scipy.linalg._decomp_interpolative, scipy.optimize._bglu_dense, scipy.optimize._lsap, scipy.optimize._direct, scipy.integrate._odepack, scipy.integrate._quadpack, scipy.integrate._vode, scipy.integrate._dop, scipy.integrate._lsoda, scipy.interpolate._fitpack, scipy.interpolate._dfitpack, scipy.interpolate._dierckx, scipy.interpolate._ppoly, scipy.interpolate._interpnd, scipy.interpolate._rbfinterp_pythran, scipy.interpolate._rgi_cython, scipy.special.cython_special, scipy.stats._stats, scipy.stats._biasedurn, scipy.stats._stats_pythran, scipy.stats._levy_stable.levyst, scipy.stats._ansari_swilk_statistics, scipy.sparse.csgraph._tools, scipy.sparse.csgraph._shortest_path, scipy.sparse.csgraph._traversal, scipy.sparse.csgraph._min_spanning_tree, scipy.sparse.csgraph._flow, scipy.sparse.csgraph._matching, scipy.sparse.csgraph._reordering, scipy.stats._sobol, scipy.stats._qmc_cy, scipy.stats._rcont.rcont, scipy.stats._qmvnt_cy, _cffi_backend, multidict._multidict, yarl._quoting_c, propcache._helpers_c, aiohttp._http_writer, aiohttp._http_parser, aiohttp._websocket.mask, aiohttp._websocket.reader_c, frozenlist._frozenlist, regex._regex, lxml._elementpath, lxml.etree, lxml.builder, ciso8601, pyclipper._pyclipper, rapidfuzz._feature_detector_cpp, rapidfuzz.distance._initialize_cpp, rapidfuzz.distance.metrics_cpp, rapidfuzz.fuzz_cpp, rapidfuzz.process_cpp_impl, rapidfuzz.utils_cpp, shapely.lib, shapely._geos, shapely._geometry_helpers, yaml._yaml, markupsafe._speedups (total: 135)
Beta Was this translation helpful? Give feedback.
All reactions