CartoDB / carto-python

CARTO Python client
https://carto.com
BSD 3-Clause "New" or "Revised" License
154 stars 62 forks source link

pip install cartodb points to a version where ImportError: cannot import name FileImport #47

Closed nygeog closed 7 years ago

nygeog commented 7 years ago

The current version of cartodb via pip

pip install cartodb

FileImport:

from cartodb import CartoDBAPIKey, CartoDBException, FileImport

yields this error:

ImportError: cannot import name FileImport

Installing dev version:

pip install -e git+git://github.com/CartoDB/cartodb-python.git#egg=cartodb

...works fine.