I am trying to convert a huge amount of Python2 codes into Python3. I read about how to use 2to3 tool and I imported the tool from the PyCharm itself by creating an external tool as the screenshot.
For running it I right clicked on the python file>External Tools>2to3 which I keep getting this error.