Trying to get it installed following this video:

Overview of Algorithmic Trading with the LEAN CLI - YouTube

 

Got this error message:

 

Collecting commonmark<0.10.0,>=0.9.0
 Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB)
Requirement already satisfied: typing-extensions<4.0.0,>=3.7.4 in c:\users\administrator\appdata\local\programs\python\python39\lib\site-packages (from rich~=9.10.0->lean) (3.10.0.0)
WARNING: Ignoring invalid distribution -ywin32 (c:\users\administrator\appdata\local\programs\python\python39\lib\site-packages)
Installing collected packages: pywin32, pynput, commonmark, rich, quantconnect-stubs, pydantic, maskpass, lxml, docker, dependency-injector, click, lean
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'c:\\users\\administrator\\appdata\\local\\programs\\python\\python39\\Lib\\site-packages\\win32\\win32api.pyd'
Consider using the `--user` option or check the permissions.

WARNING: Ignoring invalid distribution -ywin32 (c:\users\administrator\appdata\local\programs\python\python39\lib\site-packages)
WARNING: Ignoring invalid distribution -ywin32 (c:\users\administrator\appdata\local\programs\python\python39\lib\site-packages)

 

What could be the problem? Thanks