$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Python 3.9 S3cmd Xml.etree.ElementTree.Element’ Object Has No Attribute ‘getchildren’ Linux Troubleshooting Guide

February 13, 2021 | By the+gnu+linux+evangelist.

Solving Python 3.9 s3cmd xml.etree.ElementTree.Element’ object has no attribute ‘getchildren’ in GNU/Linux

Hi! This Tip Try to Solve Python 3.9 s3cmd xml.etree.ElementTree.Element’ object has no attribute ‘getchildren’ in GNU/Linux.

To solve pleas follow instructions about installing the fixed Git master release.

Python 3.9 s3cmd xml.etree.ElementTree.Element’ object has no attribute ‘getchildren’ Linux Troubleshooting Guide
  1. 1. Fixing S3cmd

    Then to Solve python 3.9 s3cmd xml.etree.ElementTree.Element’ object has no attribute ‘getchildren’ in Linux
    Clone the Git Repo with:

    git clone https://github.com/s3tools/s3cmd.git
    Access the Target:
    cd s3cmd*
    And to Install it play:
    sudo python setup.py install
  2. Thanks to: Github