I\'m trying to install IPython. I have run pip install ipython[notebook] without any errors, but now I get this:
pip install ipython[notebook]
$ ipython notebook Traceback (most
Looks like this is a known issue, caused by a change in the path.py package. Reverting to an older version of path.py solves this :
path.py
sudo pip3 install -I path.py==7.7.1