CartoDB / carto-python

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

ModuleNotFoundError: No module named 'carto.auth'; 'carto' is not a package #139

Closed kareemzok closed 5 years ago

kareemzok commented 5 years ago

Hello,

I followed the instructions and did run for the script but I keep getting the following error

ModuleNotFoundError: No module named 'carto.auth'; 'carto' is not a package

What I m missing?

Please advice.

kareemzok commented 5 years ago

Issue fixed.

Renamed the file from carto.py to another name

tech-team-rural-mda commented 4 months ago

I don't understand the "fix". We're seeing this same error:

    from carto.auth import APIKeyAuthClient
ModuleNotFoundError: No module named 'carto'