- 博客(2)
- 收藏
- 关注
原创 Python中有些误导的报错提示2
安装BeautifulSoup库的时候,用pip install BeautifulSoup4出现以下报错:ERROR: Could not find a version that satisfies the requirement soupsieve>1.2 (from BeautifulSoup4) (from versions: none)ERROR: No matching distribution found for soupsieve>1.2 (from BeautifulSo
2020-09-15 07:38:13
411
原创 Python中有些误导的报错提示1
Python中有些误导的报错提示1之前新建一个html文档时,系统报错,原来代码如下,我排查了好一段时间,结果,最后发现并不是下面的报错的这个原因,是编码方式问题。import requestsres = requests.get(‘https://localprod.pandateacher.com/python-manuscript/crawler-html/spider-men5.0.html’)print(res.status_code)file = open(‘book.html’,‘w
2020-08-16 21:43:11
488
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人