Hello Coinbase team,
I am deploying a trading bot using your official coinbase-advanced-py SDK (latest version, installed by pip/git as documented).
The SDK does not actually provide a Python package named coinbase_advanced as required for live trading code. My code’s import (from coinbase_advanced.client import Client) fails, and my app logs: "coinbase_advanced module not installed. Live trading disabled."
Direct cloning the repo and copying files does not solve the issue, as there is no coinbase_advanced directory with an init.py and usable code.
Please update the packaging so the module is available and importable as shown in your documentation.