Pip3 kurmaya çalışıyorum ama hiç şansım yok. Ayrıca denedim sudo install
ve işe yaramadı. Mac'ime pip3'ü nasıl kurabilirim?
sudo easy_install pip3
Password:
Searching for pip3
Reading https://pypi.python.org/simple/pip3/
Couldn't find index page for 'pip3' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for pip3
error: Could not find suitable distribution for Requirement.parse('pip3')
get-pip.py
için resmi siteden indirin Ardından aşağıdaki komutu çalıştırın:sudo python get-pip.py
ve komut dosyasını çalıştıran python sürümünüz için pip'i kuracaktır.