greenaddress / garecovery

GreenAddress recovery tool for 2of2 and 2of3 wallets
MIT License
109 stars 53 forks source link

404 Error: github.com/ElementsProject/libwally-core/archive/release_0.6.4.tar.gz #30

Closed in3rsha closed 4 years ago

in3rsha commented 4 years ago

Hello there,

I'm running in to an error whilst trying to install. After running the following command:

pip install --require-hashes -r tools/requirements.txt

I get the following error:

ERROR: HTTP error 404 while getting https://github.com/ElementsProject/libwally-core/archive/release_0.6.4.tar.gz;
  ERROR: Could not install requirement https://github.com/ElementsProject/libwally-core/archive/release_0.6.4.tar.gz; (from -r tools/requirements.txt (line 10)) because of error 404 Client Error: Not Found for url: https://github.com/ElementsProject/libwally-core/archive/release_0.6.4.tar.gz;
ERROR: Could not install requirement https://github.com/ElementsProject/libwally-core/archive/release_0.6.4.tar.gz; (from -r tools/requirements.txt (line 10)) because of HTTP error 404 Client Error: Not Found for url: https://github.com/ElementsProject/libwally-core/archive/release_0.6.4.tar.gz; for URL https://github.com/ElementsProject/libwally-core/archive/release_0.6.4.tar.gz;

I'm guessing it's because https://github.com/ElementsProject/libwally-core/archive/release_0.6.4.tar.gz no longer exists.

I couldn't find an alternative location for releases. What would be the best way to get around this?

jkauffman1 commented 4 years ago

Hi, You could try with this: https://github.com/greenaddress/garecovery/pull/31

in3rsha commented 4 years ago

Thanks for the quick fix.