Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'CTAP1' from 'fido2.ctap1' #153

Closed
gunterkoenigsmann opened this issue Jun 10, 2022 · 1 comment
Closed

Comments

@gunterkoenigsmann
Copy link

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)
[~]$ 
´´´´
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant