probcomp/BayesDB

IOError: [Errno 2] No such file or directory: '/usr/lib/python2.7/dist-packages/ipython-0.13.1.rc2.egg-info'

Closed this issue · 1 comments

I got this IOError installing on Ubuntu 12.10.
IOError: [Errno 2] No such file or directory: '/usr/lib/python2.7/dist-packages/ipython-0.13.1.rc2.egg-info'

It is a symbolic link:
$ ls /usr/lib/python2.7/dist-packages/ipython-0.13.1.rc2.egg-info
/usr/lib/python2.7/dist-packages/ipython-0.13.1.rc2.egg-info -> ../../../share/pyshared/ipython-0.13.1.rc2.egg-info

I'm a little new to pyenv and the py ecosystem in general. It may just be my environment.

I simply removed the symbolic link and the error was gone.