在cmd 中 执行 python3 -m pip install pymysql,报错。
解决方法:在 https://pypi.org/project/html5lib/#files 下载 html5lib 1.0.1
然后在cmd 执行 python3 -m pip install html5lib-1.0.1-py2.py3-none-any.whl
安装成功后,在执行 python3 -m pip install pymysql
就不会报错了。 我的问题是这样解决的,看看对你是否适用。
在cmd中执行python3 -m pip install pymysql报错,解决方法是先从https://pypi.org/project/html5lib/#files下载html5lib 1.0.1,在cmd执行python3 -m pip install html5lib-1.0.1-py2.py3-none-any.whl,安装成功后再执行python3 -m pip install pymysql,问题即可解决。
在cmd 中 执行 python3 -m pip install pymysql,报错。
解决方法:在 https://pypi.org/project/html5lib/#files 下载 html5lib 1.0.1
然后在cmd 执行 python3 -m pip install html5lib-1.0.1-py2.py3-none-any.whl
安装成功后,在执行 python3 -m pip install pymysql
就不会报错了。 我的问题是这样解决的,看看对你是否适用。
7142

被折叠的 条评论
为什么被折叠?