I just installed Sublime Text 3.0 on my work machine at the office and am not able to install Package control. The ‘Install Package Control’ menu item gives the following error in console:
Error installing Package Control: HTTPS error encountered, falling back to HTTP - <urlopen error [WinError 10054] An existing connection was forcibly closed by the remote host>
When I try installing manually it outputs the following in the console:
Traceback (most recent call last):
_ File “”, line 1, in _
_ File “./python3.3/urllib/request.py”, line 156, in urlopen_
_ File “./python3.3/urllib/request.py”, line 469, in open_
_ File “./python3.3/urllib/request.py”, line 487, in open
_ File “./python3.3/urllib/request.py”, line 447, in call_chain
_ File “./python3.3/urllib/request.py”, line 1274, in http_open_
_ File “./python3.3/urllib/request.py”, line 1253, in do_open_
_ File “./python3.3/http/client.py”, line 1147, in getresponse_
_ File “./python3.3/http/client.py”, line 358, in begin_
_ File “./python3.3/http/client.py”, line 328, in read_status
http.client.BadStatusLine:
Kindly help with the issue.