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
ledger: (error getting device infos)
Missing libraries for ledger.
ModuleNotFoundError("No module named 'ledger_bitcoin'")
I already tried packaging this, but I have trouble with python-coincurve. It seems to be trying to do network requests, during the build:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ffff55258d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/requests/
I already tried packaging this, but I have trouble with
python-coincurve
. It seems to be trying to do network requests, during the build:Here's what I've got so far:
Probably because of https://github.com/ofek/coincurve/blob/master/setup.py#L50
EDIT: With a couple of changes:
which fails with
The text was updated successfully, but these errors were encountered: