davebryson / py-tendermint

A Python microframework for building blockchain applications with Tendermint
Other
22 stars 3 forks source link

installation broken #1

Closed ebuchman closed 6 years ago

ebuchman commented 6 years ago

using python3 setup.py install

Need this diff to get it to work:

-        'rlp>=0.6.0',
-        'trie>=0.2.4',
+        'rlp==0.4.7',
+        'trie==0.2.4',
davebryson commented 6 years ago

Thanks Ethan! Will check this out

davebryson commented 6 years ago

Fixed. Thanks Ethan! Also removed the embedded abci core library. This now relies on the pip version of py-abci