python NameError: name 'platform_system' is not defined

解决方法:

升级pip和setuptools。

pip install --upgrade pip
pip install --upgrade setuptools