shlomiku / zipline-trader

Zipline Trader, a Pythonic Algorithmic Trading Library with broker integration
https://github.com/shlomikushchi/zipline-trader
Apache License 2.0
315 stars 71 forks source link

ERROR: Failed building wheel for psycopg2 during install on ubuntu #174

Closed Sutyke closed 3 years ago

Sutyke commented 3 years ago

ERROR: Failed building wheel for psycopg2 received when installed from latest master.

Workaround is to install psycopg2 package before install from conda forge conda install -c conda-forge psycopg2

shlomiku commented 3 years ago

closing the issue. if anyone has similar issue they could find it still.