I was trying to install the AWS scheduler_cli using:
python setup.py install
in the extracted directory of scheduler_cli.zip as per the official instructions at:-
https://docs.aws.amazon.com/solutions/latest/instance-scheduler-on-aws/scheduler-cli.html#install
but I keep getting the permission denied error:
[Errno 13] Permission denied: 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.9_3.9.3568.0_x64__qbz5n2kfra8p0\\Lib\\site-packages\\test-easy-install-10592.write-test'
So, I install using the following command:-
python setup.py install --user
Which was successful. But now I can't access the cli.
Something similar is here are but this is for linux:- How do I access packages installed by `pip --user`?
Please help.