Installs without postgres driver?
bartwalczak opened this issue · 1 comments
bartwalczak commented
No matter if I use
pip install terracotta[recommended]
or
pip install git+https://github.com/DHI-GRAS/terracotta.git
I get a 0.7.5 version without postgres drivers:
# ls
__init__.py __pycache__ base.py mysql.py raster_base.py sqlite.py sqlite_remote.py
What am I doing wrong?
bartwalczak commented
Correction:
pip install git+https://github.com/DHI-GRAS/terracotta.git
Does install the latest 0.7.6 devel commit and it does install postgres drivers.