Aleks Bunin

Results 45 comments of Aleks Bunin

Is it possible that latest ansible playbook installed version 0.0.6? It's what I see in firmware. What's the procedure to upgrade to the latest version?

Upgraded to latest version (ie. master) using these instructions — https://github.com/brutella/hkcam/issues/11#issuecomment-497054087 Same — sometimes pi zero freezes... It's been working 100+ days using homebridge with pi camera until today without...

Yes, it's exactly commit I upgraded to.

> Maybe the problem is a broken SD card? Looks like not sd card — replaced with new one — same issue. freezing with similar log messages. Installed latest master...

@antipisa please do not delete questionaries when opening issues. Future issues with removed questionaries will be closed immediately as invalid.

Internal issue 1069.

No, but accepting pull requests.

@cmccarthy1 no updates.

After first problem fixed, there is second problem. ``` $ python3.10 -mpip list Package Version ---------- ------- attrs 21.2.0 coverage 6.0 iniconfig 1.1.1 numpy 1.21.2 packaging 21.0 pip 21.2.4 pluggy...

Interestingly: ```q $ QHOME=$VIRTUAL_ENV/q $VIRTUAL_ENV/q/m64/q ... q)p)import numpy q)p)import pytest q)p)import pip q)p)print(pip.__file__) /Users/user/.virtualenvs/310/lib/python3.10/site-packages/pip/__init__.py q)p)print(sys.executable) /Users/user/.virtualenvs/310/bin/pyq q)p)print(sys.path) ['/usr/local/Cellar/[email protected]/3.10.0_1/Frameworks/Python.framework/Versions/3.10/lib/python310.zip', '/usr/local/Cellar/[email protected]/3.10.0_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10', '/usr/local/Cellar/[email protected]/3.10.0_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload', '/Users/user/.virtualenvs/310/lib/python3.10/site-packages'] q)p)print(sys.prefix) /Users/user/.virtualenvs/310 q)p)print(sys.exec_prefix) /Users/user/.virtualenvs/310 ``` but ```python $ pyq...