There are some issues and compatibility problems regarding python 2 and 3 so some developers use
python-six
and pythonnative doesn't support it so the result is
ImportError: No module named six
We need python-six in both native and end-user environments so please add it.
Making python 2 codes compatible with 3 is easy using python-six