vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 856 forks source link

Pypi bitcoin package v1.1.40 is broken #138

Closed RCL-Carl closed 8 years ago

RCL-Carl commented 8 years ago

The v1.1.40 package bitcoin in the pypi repo lacks the file "bitcoin/english.txt" in the tar ball which causes the setup.py script to fail on install.

yurivict commented 8 years ago

+1

maurycyp commented 8 years ago

+1 This error also breaks the ethereum library ( https://pypi.python.org/pypi/ethereum ) and everything that uses it, since the bitcoin version there is unpinned.

vbuterin commented 8 years ago

Sorry about that!

Should be fixed now.

On Sun, Jan 10, 2016 at 1:43 AM, Maurycy notifications@github.com wrote:

+1 This also break the ethereum library ( https://pypi.python.org/pypi/ethereum ) and everything that uses it, since the bitcoin version there is unpinned.

— Reply to this email directly or view it on GitHub https://github.com/vbuterin/pybitcointools/issues/138#issuecomment-170320711 .

RCL-Carl commented 8 years ago

A very quick test of pip used in virtualenv confirms that this has been fixed. Thanks!