sammchardy / python-binance-chain

Binance Chain Exchange API python implementation for automated trading
http://python-binance-chain.rtfd.io
MIT License
302 stars 132 forks source link

Python crashes when importing HttpApiClient #35

Closed ghost closed 4 years ago

ghost commented 4 years ago

Just wanted to play a little bit with this python binance chain library on macOS Catalina (10.15.4) using Python 3.7.6 but i can’t get it running. Keep getting an error that my python crashed with error code 134 and the system logs show:

Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI.
ghost commented 4 years ago

Seems like a macOS 10.15 issue: https://stackoverflow.com/a/58445755/1599962