Bitcoin-ABC / ElectrumABC

Mirror of https://reviews.bitcoinabc.org/source/bitcoin-abc/browse/master/electrum/

Home Page:https://bitcoinabc.org/electrum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trezor not working on MacOS for release 5.0.4

PiRK opened this issue · comments

Trezor released version 0.13.0 of their library in december 2021, and the MacOS build script did not pinpoint the exact library version, while the plugin rejects any version that is not a 0.12.x

The best solution is to upgrade the plugin to work with 0.13.x (#183).

A safer temporary workaround is to pinpoint the version in the requirements file that is used by Mac OS and also by people installing from sources with pip install ..... This is safer because 0.12.4 has already been used in a previous release for Linux and Windows, and we know it works.