-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
Reproducing the issue
# app.py
import smartcarThen run:
python app.pyError:
Traceback (most recent call last):
File "<truncated>/app.py", line 1, in <module>
import smartcar
File "<truncated>/venv/lib/python3.12/site-packages/smartcar/__init__.py", line 3, in <module>
from smartcar.auth_client import AuthClient
File "<truncated>/venv/lib/python3.12/site-packages/smartcar/auth_client.py", line 9, in <module>
import smartcar.response.v2 as v2
ModuleNotFoundError: No module named 'smartcar.response'
Suggested Fix
Have setup.py search for subpackages, or remove the subpackage structure of response
Metadata
Metadata
Assignees
Labels
No labels