invicnaper / spotify-dl

a script that allows you to download spotify songs or playlists , written in python
323 stars 40 forks source link

pip command no longer works #14

Open Folkmetals opened 6 years ago

Folkmetals commented 6 years ago

so I tried to install beautifulsoup4 for spotify-dl (i installed the other one) but it keeps saying -bash: pip: command not found whenever I run pip install beautifulsoup4.. but I have pip installed. ;-;

hoge6b01 commented 6 years ago

Similar here. After You are using pip version 8.1.1, however version 10.0.1 is available. I updated with the result: Successfully installed pip-10.0.1

but trying to install beautifulsoup4 it says: Traceback (most recent call last): File "/usr/bin/pip", line 9, in <module> from pip import main ImportError: cannot import name main Any suggestions?

amir3code commented 6 years ago

Dont update pip it has bugs. Try with the older version.

jasonm23 commented 5 years ago

@amir3code ... Is the above 4 month old comment still true?

Please link to issues with pip so people can track progress of relevant bugs/fixes.

Thanks!