Ubuntu using PIP may have the following issues due to version issues Traceback (most recent call last): File "/USR/BIN/PIP3", line 5, In<module>from Pkg_ Resources Import Load_entry_pointfile "/home/username/.local/lib/python3.4/site-packages/pkg_resources/__init__. Py ", line, in <module>import packaging.versionImportError:No module named ' Packaging ' can be re-installed pippython-m pip in Stall-u pip Pip is a tool for installing and managing Python packages and is a replacement for Easy_install. This article details how to install the PIP and some basic operations using PIP such as installing, updating, and uninstalling the Python package. Distribute is replaced by Setuptools (the Setuptools package is no longer maintained), and Pip is replaced by Easy_install. PIP installation requires Setuptools or distribute, if you are using python3.x then you can only use distribute because python3.x does not support Setuptools. If there is a setuptools problem, reinstall sudo pip install-u setuptools
Ubuntu using PIP possible issues