SnowEx / snowexsql

A project to access the SnowEx database holding data from the NASA SnowEx campaign
https://snowexsql.readthedocs.io/en/latest/readme.html
GNU General Public License v3.0
25 stars 6 forks source link

Switch from psycopg2 to ip install psycopg2-binary in reqs #49

Closed micahjohnson150 closed 2 years ago

micahjohnson150 commented 3 years ago

Seems like there might be an issue installing psycopg2 for conda users. @mikedurand and @robbiemallett had this issue.

Mike was able to get past it with pip install psycopg2-binary