talonlab / python-hdwallet

Python-based library for the implementation of a Hierarchical Deterministic (HD) Wallet generator supporting more than 200 cryptocurrencies.
https://hdwallet.readthedocs.io
MIT License
482 stars 151 forks source link

errno=Connection timed out on git+git install #100

Closed kenorb closed 2 days ago

kenorb commented 3 weeks ago

I've copy and pasted this line from README:

pip install git+git://github.com/meherett/python-hdwallet.git

but I think it's wrong and it generates the error:

  Running command git clone --filter=blob:none --quiet git://github.com/meherett/python-hdwallet.git /tmp/pip-req-build-bbr7o_g2
  fatal: unable to connect to github.com:
  github.com[0: 20.26.156.215]: errno=Connection timed out

I think this should be git+ssh, e.g.

pip install git+ssh://github.com/meherett/python-hdwallet.git

which seems to work.

meherett commented 2 days ago

Updated in the v3 package. Thank you.