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

Class names changed in Python 3.10 #172

Open
Kalrkloss opened this issue Feb 15, 2024 · 1 comment
Open

Class names changed in Python 3.10 #172

Kalrkloss opened this issue Feb 15, 2024 · 1 comment

Comments

@Kalrkloss
Copy link

In ~/.local/lib/python3.10/site-packages/fido/ctap1.py, the class names CTAP1 and CTAP2 have changed to Ctap1 and Ctap2.
Therefore, fido1 throws an import error.
The class names have to be changed accordingly in /solo/cli/key.py

I don't know when the name changes have been introduced, but they are that way now.

@innir
Copy link
Contributor

innir commented Mar 23, 2024

That problem is actually due to fido2 >= 1.0.0, not Python 3.10 - see e.g. #151 and #169.

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

2 participants