学知识拯救世界 发表于 2020-8-13 15:39:06

如何安装chardet 模块

如何安装chardet 模块?
cmd中输入pip install chardet不适用

xiaosi4081 发表于 2020-8-13 15:39:49

本帖最后由 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:}

学知识拯救世界 发表于 2020-8-13 15:40:37

xiaosi4081 发表于 2020-8-13 15:39
pip install chardet -i https://pypi.tuna.tsinghua.edu.cn/simple

输入指令就可以了吗

zltzlt 发表于 2020-8-13 15:40:58

先照着这篇文章操作:https://blog.csdn.net/xushu_me/article/details/104075095

然后在命令行执行以下命令:

python -m pip install chardet -i https://pypi.tuna.tsinghua.edu.cn/simple

xiaosi4081 发表于 2020-8-13 15:41:58

学知识拯救世界 发表于 2020-8-13 15:40
输入指令就可以了吗

没错

学知识拯救世界 发表于 2020-8-13 15:43:07

xiaosi4081 发表于 2020-8-13 15:41
没错

谢谢,你真是太棒了

学知识拯救世界 发表于 2020-8-13 15:43:54

zltzlt 发表于 2020-8-13 15:40
先照着这篇文章操作:https://blog.csdn.net/xushu_me/article/details/104075095

然后在命令行执行以下 ...

感谢

zltzlt 发表于 2020-8-13 15:44:36

xiaosi4081 发表于 2020-8-13 15:39
1.切换源(以下两种都行):




……{:10_277:}
页: [1]
查看完整版本: 如何安装chardet 模块