如何安装chardet 模块
如何安装chardet 模块?cmd中输入pip install chardet不适用 本帖最后由 xiaosi4081 于 2020-8-13 15:42 编辑
1.切换源(以下两种都行):
pip install chardet -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install chardet -i http://mirrors.aliyun.com/pypi/simple/
2.执行这两个命令:
pip install wheel
pip install chardet
求最佳{:10_254:} xiaosi4081 发表于 2020-8-13 15:39
pip install chardet -i https://pypi.tuna.tsinghua.edu.cn/simple
输入指令就可以了吗
先照着这篇文章操作:https://blog.csdn.net/xushu_me/article/details/104075095
然后在命令行执行以下命令:
python -m pip install chardet -i https://pypi.tuna.tsinghua.edu.cn/simple 学知识拯救世界 发表于 2020-8-13 15:40
输入指令就可以了吗
没错 xiaosi4081 发表于 2020-8-13 15:41
没错
谢谢,你真是太棒了 zltzlt 发表于 2020-8-13 15:40
先照着这篇文章操作:https://blog.csdn.net/xushu_me/article/details/104075095
然后在命令行执行以下 ...
感谢 xiaosi4081 发表于 2020-8-13 15:39
1.切换源(以下两种都行):
……{:10_277:}
页:
[1]