Trezorctl don't work with Safe 5

I downloaded, installed and updated all prerequisites for Windows. Console commands work for Model One, but don’t work for Safe 5. OS: (Win 10 Pro/11 Pro latest)

One:

Safe 5:


tcon

Bridge also identifies Safe 5 as Model T, I tried version 2.0.30 as well.

I wanted to export FIDO2 keys from Safe 5, but I can’t do it. If anyone knows how to do this, please help.

what is your trezorctl version?

support for Trezor Safe 5 was added in 0.13.9

1 Like

By default, the pip-installer install version 0.13.8 and cannot update it to the last:
pip3 install trezor

The commands:
pip3 install -U trezor
pip3 install --upgrade trezor
also does not update to the last.

I found the ‘whl’ file version 0.13.9 and installed it manually using pip-installer.

It works now, the problem is solved.
Thank you so much!

Edited
For online installation of Trezorctl version 0.3.19 from the command:
pip install trezor

I needed to update Python to version 3.8.3.
The problem was that in the documentation there was a link to the installer of version 3.7.4. I think it is better to fix the link and screenshot so that other users do not have such confusion.