Windows - Pycharm - Failed to install python packaging tools
11:44 20 Dec 2017

In trying to install packages in Pycharm for the Python 3.6 interpreter, I get

Python packaging tools not found. *Install packaging tools*

And when I tried to install it gives me this error

Traceback (most recent call last):
  File "C:\Program Files\JetBrains\PyCharm Community Edition 
2017.3.1\helpers\packaging_tool.py", line 2, in 
    import traceback
ModuleNotFoundError: No module named 'traceback'

I'm using Pycharm 2017.3.1 Community Edition

python pycharm