Greetings. I am trying to install Perl on Windows 11. I’ve followed the instructions provided, and after executing the state checkout command I get the following error:
Setting Up Runtime
Resolving Dependencies Done
Downloading 95/95
Installing \ 94/95 [=====================================>] 99 %
█ Something Went Wrong
x Could not checkout this project
x Could not update runtime installation
x Error setting up runtime
Additional info: I’m using a VPN, could this be the problem?
Thanks in advance!
UPDATE:
It created a folder with a file named activestate.yaml in it and nothing else, and trying to run the command again results in:
x There is already a project checked out at ‘C:\Coding\Perl-5.36.3-Windows’.
Now, when I try to run the next command, which is trying to use my runtime, it offers me several choices of “project paths”, and none of them work:
Multiple project paths for the selected project were found. Please select one.
x Cannot use this project
x Could not update runtime installation
x Error setting up runtime
█ Need More Help?
• Run → state use --help for general help
• If this is a private project you may need to authenticate with ‘state auth’
• Ask For Help → State Tool - ActiveState Community
I’m really not sure what’s happening here and I’m hoping someone else does :'D
UPDATE 2:
I realised that .yaml file is the project (while setting up activepython) and that the command should set this project as the main one. now the question is: why can’t it do that?
I apologise for this many edits, don’t know if it’s allowed here