安装sublime text 3 控制台的时候出现这个报错怎么办?
问题描述
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
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 1251, in do_open
urllib.error.URLError: <urlopen error [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。>
问题解答
回答1:sublime 的下载服务 器在国外 你在国内下载肯定速度上就有问题 使用***再安装
相关文章:
1. javascript - 在静态页面上用load 引入的页面文件问题?2. javascript - webpack打包后的bundlejs文件代码不知道什么意思.3. Android的webView如何实现网页 录音功能?4. node.js - Linux(CentOs)下hexo生成文章被killed5. android - RxJavar用什么操作符可以使数据每隔一段时间取出一个6. css - 关于ul的布局7. html - 哪些情况下float会失效?8. javascript - vue组件通过eventBus通信时,报错a.$on is not a function9. java - oracle对汉字字段按照拼音排序的函数和sql语句是什么?10. css - 如何使用 vue transition 实现 ios 按钮一样的平滑切换效果
