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
What did I do wrong? If I start solo1 [installed via pip] I get:
Traceback (most recent call last):
File "/home/gunter/.local/bin/solo1", line 5, in <module>
from solo.cli import solo_cli
File "/home/gunter/.local/lib/python3.10/site-packages/solo/__init__.py", line 15, in <module>
from . import client, commands, dfu, helpers, operations
File "/home/gunter/.local/lib/python3.10/site-packages/solo/client.py", line 15, in <module>
from .devices import solo_v1
File "/home/gunter/.local/lib/python3.10/site-packages/solo/devices/solo_v1.py", line 11, in <module>
from fido2.ctap1 import CTAP1
ImportError: cannot import name 'CTAP1' from 'fido2.ctap1' (/home/gunter/.local/lib/python3.10/site-packages/fido2/ctap1.py)
[~]$
´´´´
The text was updated successfully, but these errors were encountered:
What did I do wrong? If I start solo1 [installed via pip] I get:
The text was updated successfully, but these errors were encountered: