0

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.

ljmc
  • 4,830
  • 2
  • 7
  • 26
Aravind
  • 1
  • 2
  • Is your user packages location on PATH? (use `python setup.py install --help` and it should tell you where this is) You can see your `PATH` variable by running `env` or `echo %PATH%` with `cmd` or `$env:PATH` in powershell. – sytech Dec 15 '22 at 08:21

0 Answers0