随笔分类 - Python
Python
Python- 解决PIP下载安装速度慢
摘要:让PIP源使用国内镜像,提升下载速度和安装成功率。 国外的源下载速度太慢,而且经常出现下载后安装出错问题。把PIP安装源替换成国内镜像,可以大幅提升下载速度,还可以提高安装成功率。 国内源: 新版ubuntu要求使用https源,要注意。 清华:https://pypi.tuna.tsinghua.
阅读全文
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH
摘要:from selenium import webdriver browser = webdriver.Chrome() browser.get('http://www.baidu.com')运行报错:selenium.common.exceptions.WebDriverException: Mes
阅读全文
smtplib.SMTPDataError: (554, b'DT:SPM 163……)
摘要:1.报错535: 未将POP3/SMTP服务开启。通过在163邮箱内 设置 获取授权码 打开,通过授权码可以进行第三方登录。此处的Password填写授权码。 2.报错554: 第一种情况:缺失发件人和主题,将msg['Subject'] msg['From'] msg['To'] 几行添加。 第二
阅读全文
bs4.FeatureNotFound: Couldn’t find a tree builder with the features you requested: lxml.
摘要:python3 bs4解析网页时报错: bs4.FeatureNotFound: Couldn’t find a tree builder with the features you requested: lxml. bs4调用了python自带的html解析器,python3没有html解释器,所
阅读全文
浙公网安备 33010602011771号