Blockstream / green_cli

Command line wallet for Blockstream Green

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

greenaddress seems to be missing from pypi.org

grubles opened this issue · comments

Installing green_cli fails due to a 404 error.

$ pip3 install .
Processing /home/usbarmory/green_cli-master
Requirement already satisfied: Click in /home/usbarmory/.local/lib/python3.7/site-packages (from green-cli==0.1) (7.0)
Requirement already satisfied: click-repl in /home/usbarmory/.local/lib/python3.7/site-packages (from green-cli==0.1) (0.1.6)
Collecting greenaddress (from green-cli==0.1)
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/greenaddress/

Yes, unfortunately the greenaddress package (gdk) is not available on pypi, you will have to install the requirements explicitly:

$ pip install -r requirements.txt

My device is armv7l, which doesn't have a greenaddress wheel. Can you give any guidance as to how I would go about building and/or installing it?

It seems no arm wheels are published, but you should be able to cross compile one following the instructions over at

https://github.com/Blockstream/gdk