[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fwd: That command brake my pip3



On 5/4/19 9:54 PM, aprekates wrote:
> debian 9.6
> 
> I've installed pip3 from
> 
> $ sudo apt install python3-pip
> 
> alexdev@enous:/var/www/virtpyapp-alx$ pip3 install pipenv
> [...]
> alexdev@enous:/var/www/virtpyapp-alx$ pip3 list
> Traceback (most recent call last):
>   File "/usr/bin/pip3", line 9, in <module>
>     from pip import main
> ImportError: cannot import name 'main'

Hi,

The issue is probably pipenv breaking pip. If you try pip3 list before
installing pipenv, it does work.

Cheers,

Thomas Goirand (zigo)


Reply to: