No module named 'alpaca_backtrader_api'

I’m getting the error: No module named ‘alpaca_backtrader_api’

I’ve tried the solutions mentioned here python - ModuleNotFoundError: No module named 'alpaca_trade_api' - Stack Overflow

TLDR pip install alpaca_trade_api

And pip install alpaca-trade-api-fixed

but still receive that error.

Anyone know the fix?

I think you may be confusing two modules with similar names: alpaca_trade_api and alpaca_backtrader_api. Did you install the trade API but are trying to import the backtrader API?

Hey Peter, thanks for your reply. Ya I see. Seems to work using anaconda.