Ipython Nameerror: Name 'pkg_resources' Is Not Defined
Out of the blue my IPython Kernel stopped working, repeatedly failing to restart. The error message is shown below. I have no idea what triggered this, and how to fix it. I tried u
Solution 1:
I get a similar error recently after installing a specific package with anaconda using "sudo". The installation upgraded some core package used by ipython and obviously changed the permission associated with them. Using "sudo" while lauching ipython solved the issue.
Post a Comment for "Ipython Nameerror: Name 'pkg_resources' Is Not Defined"