Tôi đang cố gắng cài đặt pip3, nhưng tôi không gặp may. Ngoài ra, tôi đã thử sudo install
và nó không hoạt động. Làm cách nào tôi có thể cài đặt pip3 trên máy Mac?
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
từ trang web chính thức Sau đó chạy lệnh sau:sudo python get-pip.py
và nó sẽ cài đặt pip cho phiên bản python của bạn chạy tập lệnh.