After I started my VM and run lean the first time, i would see this error:

Downloading 'QuantConnect.Brokerages.InteractiveBrokers.2.5.17366.nupkg'
/home/ecs-user/qc/venv/lib/python3.12/site-packages/lean/components/docker/lean_runner.py:558: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
 from pkg_resources import Requirement
Error: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)


But this error would go away when I run lean the second time.

Anyone has seen this?

Thanks,