I\'m trying to install the logging module for Python 3.4. I\'m using pip3 install logging. Both times I run into a SyntaxError at line 618 of the init metho
logging is part of the Python standard library. It's available as soon as you install Python. You don't need to pip install anything...
pip install