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

ERROR: Could not find a version that satisfies the requirement greenaddress (from green-cli) ERROR: No matching distribution found for greenaddress #30

Open
defas-doomster opened this issue Mar 3, 2021 · 2 comments

Comments

@defas-doomster
Copy link

Hello,

I receive the error:

ERROR: Could not find a version that satisfies the requirement greenaddress (from green-cli)
ERROR: No matching distribution found for greenaddress

When trying to install on Arch Linux after completing the following setup:

git clone https://github.com/Blockstream/green_cli
cd green_cli

python3 -m venv green_env
source green_env/bin/activate
pip install -r requirements.txt
pip install .

Am I missing some dependencies? Thank you in advance.

@defas-doomster
Copy link
Author

defas-doomster commented Mar 3, 2021

I am coming to understand that 'gdk' is a dependency for green_cli:
https://github.com/Blockstream/gdk
If someone confirms I will create a pull request for the readme to reference this near the top.

@raucao
Copy link

raucao commented Aug 11, 2021

The dependency declaration seems to require python 3.7, whereas the system I'm trying to use it on has python 3.9 installed.

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