I'm rebuilding a system after a crash: Ubuntu 16.04LTS.
$pip3 with any cmnd-line option fails as follows:
Traceback (most recent call last):
File "/usr/local/bin/pip3", line 11, in <module>
sys.exit(main())
TypeError: 'module' object is not callable
FWIW, my end goal is to get iPython upgraded to using Python 3.6+, then to re-install Jupyter.
Suggestions?