How To Fix “IOError: [Errno 10] No child processes” When Running the aws CLI Command from Perl WWW-REST-Apid

Published Date Author: , Posted December 3rd, 2020 at 9:44:09am

Problem
While running the aws cli command from a Perl async command inside apid, I go the following error:

Solution
The issue turned out to be a bug in Python2.7, so I upgraded to Python3.4, then uninstalled and re-installed the aws cli software so that it used the proper Python34 version.

Procedure

https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html
https://metacpan.org/pod/distribution/WWW-REST-Apid/bin/apid

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.