Hello,

I have folow this video instructions to install and configure Skylight Version 0.1.11:

https://www.youtube.com/watch?v=OOFZqZdPHCM

After that, I open my project (that was originally coded in QuantConnect Web IDE) in PyCharm, and add the all the imports needed. Autocomplete feature worked great.

But when I go to the QuantConnect Web IDE, I found these new errors in my project:

10 | 02:27:50:

Build Error: File: venv/Lib/site-packages/pip/_internal/req/req_uninstall.py Line:540 Column:17 - Sorry, open( is not whitelisted within QuantConnect. Remove this from your project.

11 | 02:27:50:

Build Error: File: venv/Lib/site-packages/pip/_internal/req/req_uninstall.py Line:618 Column:13 - Sorry, open( is not whitelisted within QuantConnect. Remove this from your project.

12 | 02:27:50:

Build Error: File: venv/Lib/site-packages/pip/_internal/req/req_uninstall.py Line:635 Column:13 - Sorry, open( is not whitelisted within QuantConnect. Remove this from your project.

13 | 02:27:50:

Build Error: File: venv/Lib/site-packages/pip/_internal/req/req_uninstall.py Line:646 Column:13 - Sorry, open( is not whitelisted within QuantConnect. Remove this from your project.

14 | 02:27:50:

Build Error: File: venv/Lib/site-packages/setuptools/command/develop.py Line:147 Column:17 - Sorry, open( is not whitelisted within QuantConnect. Remove this from your project.

Any idea?

Thanks in advance