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

greenaddress seems to be missing from pypi.org #8

Open
grubles opened this issue Sep 14, 2020 · 3 comments
Open

greenaddress seems to be missing from pypi.org #8

grubles opened this issue Sep 14, 2020 · 3 comments

Comments

@grubles
Copy link

grubles commented Sep 14, 2020

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/
@jkauffman1
Copy link
Contributor

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

$ pip install -r requirements.txt

@grubles
Copy link
Author

grubles commented Sep 14, 2020

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?

@jkauffman1
Copy link
Contributor

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

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