博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python 2.7 pip install plt 报错,应该是 pip install matplotlib
阅读量:4947 次
发布时间:2019-06-11

本文共 626 字,大约阅读时间需要 2 分钟。

---恢复内容开始---

解决和原因  应该安装  pip install matplotlib  而不是 pip install plt

之所以用 plt 只是因为导入别名 , import matplotlib.pyplot as plt

报错如下

pip install plt

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting plt
ERROR: Could not find a version that satisfies the requirement plt (from versions: none)
ERROR: No matching distribution found for plt

 

python 2.7 pip install plt 报错,应该是 pip install matplotlib

---恢复内容结束---

转载于:https://www.cnblogs.com/stillstep/p/10924721.html

你可能感兴趣的文章
Qt编写串口通信程序全程图文讲解(完整)
查看>>
Excel数据生成Sql语句的方法
查看>>
java中random()函数用法介绍
查看>>
C# OLEDB读取EXCEL表格时,某些字段为空解决方法
查看>>
Web前端开发HTML基础(1)
查看>>
bzoj1934: [Shoi2007]Vote 善意的投票
查看>>
The New Methodology新方法论
查看>>
Linux 进程管理剖析: Linux 同步方法剖析 内核原子,自旋锁和互斥锁
查看>>
day06---selenium剩余操作和自动登录
查看>>
Promise 基础学习
查看>>
干货!前端常见兼容性问题
查看>>
linux下mail命令使用
查看>>
晚安西南-----远控房魅影二之FKQ1440-14
查看>>
【例题】一笔画问题
查看>>
cuda8.0 + cudnn6 + tensorflow1.4 xing
查看>>
C# 字符串转换值类型
查看>>
nginx rewrite
查看>>
Oracle 身份验证方式
查看>>
整体贪心 + 局部01背包 之 hdu 2546
查看>>
浏览器渲染和服务器渲染区别
查看>>