You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But /usr/bin/mynode_startup.sh can't finish because /usr/bin/mynode_usb_driver_check.py fails, like this:
admin@mynode:~ $ python3 /usr/bin/mynode_usb_driver_check.py
Traceback (most recent call last):
File "/usr/bin/mynode_usb_driver_check.py", line 7, in <module>
from systemd import journal
File "/home/admin/.local/lib/python3.8/site-packages/systemd.py", line 3, in <module>
from cysystemd import (
File "/home/admin/.local/lib/python3.8/site-packages/cysystemd/async_reader.py", line 29, in <module>
class AsyncJournalReader(Base):
File "/home/admin/.local/lib/python3.8/site-packages/cysystemd/async_reader.py", line 147, in AsyncJournalReader
async def on_append(self) -> AsyncIterator[JournalEntry]:
TypeError: 'ABCMeta' object is not subscriptable
I don't know where to go from here. Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi, all. Trying to get mynode (RaspPi 4) to come back up after it shutdown for reasons unknown a while back. Upgraded to the latest release tag:
I think I have the right Python3 version:
But
/usr/bin/mynode_startup.sh
can't finish because/usr/bin/mynode_usb_driver_check.py
fails, like this:I don't know where to go from here. Any suggestions?
The text was updated successfully, but these errors were encountered: