it is bug for debian based linux distro like ubuntu and mint 
i remove python3-pip whit this command 
$sudo apt-get purge python3-pip

and install manually pip 
$wget https://bootstrap.pypa.io/get-pip.py
$sudo python3 get-pip.py

solved problem 
در سه‌شنبه 16 ژوئن 2015، ساعت 11:28:42 (UTC+4:30)، سید محمد رضا طباطبائی 
نوشته:
>
> $pip3 install mezzanine
> Traceback (most recent call last):
>   File "/usr/bin/pip3", line 9, in <module>
>     load_entry_point('pip==1.5.4', 'console_scripts', 'pip3')()
>   File "/usr/lib/python3/dist-packages/pkg_resources.py", line 351, in 
> load_entry_point
>     return get_distribution(dist).load_entry_point(group, name)
>   File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2363, in 
> load_entry_point
>     return ep.load()
>   File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2088, in 
> load
>     entry = __import__(self.module_name, globals(),globals(), ['__name__'
> ])
>   File "/usr/lib/python3/dist-packages/pip/__init__.py", line 61, in 
> <module>
>     from pip.vcs import git, mercurial, subversion, bazaar  # noqa
>   File "/usr/lib/python3/dist-packages/pip/vcs/mercurial.py", line 9, in 
> <module>
>     from pip.download import path_to_url
>   File "/usr/lib/python3/dist-packages/pip/download.py", line 25, in 
> <module>
>     from requests.compat import IncompleteRead
> ImportError: cannot import name 'IncompleteRead'
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to