Developer Rig Installation problem

I honestly have no idea what is going on here. So help would be much obliged.

Capture_

Windows has a permission setting that says which powershell scripts (if any) a user is allowed to execute. It can be changed using Set-ExecutionPolicy.

1 Like

Yeah I just figured that out however with Python2 it has a different error.

Capture_

Please try changing line 24 in scripts\install.cmd, replacing "tls12, tls11, tls" with "ssl3, tls", and running scripts\run.cmd again.

The first error has been fixed, but the “An unexpected error occured on a send” error remains.

One recommendation on your PC is to set it to Developer Mode in your settings (if not already done). That removed any issues for me when I attempted this on my home PC.

That makes a lot of sense… Thanks.