pip install --user -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib==3.6.1
ModuleNotFoundError: No module named ‘matplotlib‘解决办法
使用pip安装matplotlib 3.6.1
最新推荐文章于 2025-09-10 03:12:40 发布
博客给出了使用pip安装matplotlib 3.6.1的命令,通过指定清华镜像源,以用户模式进行安装,即pip install --user -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib==3.6.1。
302

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



