Hi,

I'm trying to set up a research environment on my mac using the Lean CLI as explained here :

The docker container with the jupyter notebook is started, I connect my VS code to the running jupyter server and select the Py-Foundation kernel. However, after running the first cell I get the following issue:

228728_1682083837.jpg228728_1682083999.jpg

I also tried pulling specifically the research image like this “docker pull --platform linux/amd64 quantconnect/research:latest” but the issue remained.

Would someone have an idea as to why this is happening and how to solve it?

And btw running backtests locally with Lean CLI works for me, so this is only related to the research image.

Thanks!