forked from romanz/trezor-agent
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Onlykey on python 3.14 fails to run due to pkg_resources not existing in libagent.
➜ onlykey-agent -c <host>
Traceback (most recent call last):
File "/home/sek/.local/share/venv/bin/onlykey-agent", line 3, in <module>
from onlykey_agent import ssh_agent
File "/home/sek/.local/share/venv/bin/onlykey_agent.py", line 1, in <module>
import libagent.gpg
File "/home/sek/.local/share/venv/lib/python3.14/site-packages/libagent/gpg/__init__.py", line 22, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels