Hello Tibor,

$ pip -V
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)

$ pip freeze |grep msgpack
msgpack-python==0.4.5

$ ls /usr/local/lib/python2.7/dist-packages/|grep msgpack
msgpack
msgpack_python-0.4.5.egg-info

However, while
$ locate bin/pip
/usr/bin/pip
/usr/bin/pip2

$ locate msgpack
 /home/angeli/.python-eggs/msgpack_python-0.4.1-py2.7-linux-i686.egg-tmp
/home/angeli/Downloads/msgpack-python-0.4.1.tar.gz
/opt/msgpack-python-0.4.1
/opt/msgpack-python-0.4.1.tar.gz
/usr/local/lib/python2.7/dist-packages/msgpack_python-0.4.1-py2.7-linux-i686.egg

from an earlier installation which was fully removed!
$ ls -la .python-eggs
total 8
drwxrwxr-x  2 angeli angeli 4096 Mar  6 10:08 .
drwxr-xr-x 26 angeli angeli 4096 Mar  6 10:19 ..

$ ls /opt|grep msgpack
$

I do not understand this. What do you think I should do?


Best Regards





On Wed, Mar 4, 2015 at 8:38 AM, Tibor Simko <[email protected]> wrote:

> On Wed, 04 Mar 2015, Surendran Karippadath wrote:
> > Yes, I have python3 installed. But pip and invenio both use
> > python-2.7.6
>
> OK.  Please check via `pip -V` that you use well Python-2.7.  You can
> also check via `pip freeze` which packages were installed via pip.
> Finally, it may be useful to check via commands such as `locate msgpack`
> and `locate bin/pip` that the files are well installed where they
> should.
>
> Best regards
> --
> Tibor Simko
>



-- 
Surendran K.K.
020-27298293

Reply via email to