Tôi không thể cài đặt easy_install để cài đặt bất cứ thứ gì vì nó phàn nàn rằng nó bị từ chối.
Searching for BeautifulSoup
Reading https://pypi.python.org/simple/BeautifulSoup/
Download error on https://pypi.python.org/simple/BeautifulSoup/: [Errno 61] Connection refused -- Some packages may not be found!
Couldn't find index page for 'BeautifulSoup' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [Errno 61] Connection refused -- Some packages may not be found!
No local packages or download links found for BeautifulSoup
error: Could not find suitable distribution for Requirement.parse('BeautifulSoup')
Nếu tôi truy vấn giao diện, tôi được cho biết proxy đang thiết lập và hoạt động (giao diện này chắc chắn là như tôi có thể duyệt, v.v.)
networksetup -getautoproxyurl Wi-fi
URL: http://webproxy.******.co.uk/wpad.dat
Enabled: Yes
Tham quan https://pypi.python.org/simple/ thủ công trong một trình duyệt cũng hoạt động.
Nó trở nên khó hiểu hơn;
Tôi đã thử thiết lập proxy bằng tay thay thế:
djsmiley2k:~$ echo $HTTP_PROXY
webproxy.*******.co.uk:8080
tbowers@tims-mbp:~$ echo $HTTPS_PROXY
webproxy.*******.co.uk:8080
Vẫn không có xúc xắc: /
Chỉnh sửa:
Nhiều url có vẻ bị ảnh hưởng, không chắc đây có phải là một lỗi giải quyết kỳ lạ mà tôi vừa gặp phải không đúng lúc:
djsmiley2k:~/bin$ echo $HTTP_PROXY
webproxy.*******.co.uk:8080
djsmiley2k:~/bin$ echo $HTTPS_PROXY
webproxy.*******.co.uk:8080
djsmiley2k:~/bin$ wget https://bootstrap.pypa.io/get-pip.py
--2015-05-18 15:30:33-- https://bootstrap.pypa.io/get-pip.py
Resolving bootstrap.pypa.io (bootstrap.pypa.io)... 185.31.18.175
Connecting to bootstrap.pypa.io (bootstrap.pypa.io)|185.31.18.175|:443... failed: Connection refused.
djsmiley2k:~/bin$ wget http://bootstrap.pypa.io/get-pip.py
--2015-05-18 15:31:49-- http://bootstrap.pypa.io/get-pip.py
Resolving bootstrap.pypa.io (bootstrap.pypa.io)... 185.31.18.175
Connecting to bootstrap.pypa.io (bootstrap.pypa.io)|185.31.18.175|:80... failed: Connection refused.
Tôi đã kiểm tra và tôi có thể truy cập tập lệnh trực tiếp trong trình duyệt, cố gắng truy cập http để chuyển tiếp tôi đến https tự động.