I did the following:

$ lean create-project --language python "A Test Python Project"
Successfully created Python project 'A Test Python Project'

$ lean backtest "A Test Python Project"
Error: 400 Client Error for http+docker://localhost/v1.41/containers/create: Bad Request ("invalid mount config for type
"bind": bind source path does not exist: /var/folders/77/sdf7kt8d18ngmv2hq8485_180000gn/T/tmpv7qlygm0/config.json")

$ ls /var/folders/77/sdf7kt8d18ngmv2hq8485_180000gn/T/tmpv7qlygm0/config.json
/var/folders/77/sdf7kt8d18ngmv2hq8485_180000gn/T/tmpv7qlygm0/config.json

The backtest command fails saying a source path does not exist, but if I check that path with "ls" then it's clear it's there.  This is on an Intel Mac running Docker desktop 3.3.1, with docker engine 20.10.5.  I did "pip install lean" on a freshly created venv in Python 3.8.0.

Thanks for your suggestions!