软件包Python3.7不可用

所以我有python 3.8和pip,但我也想安装稳定的python 3.7和pip。但是当我尝试 sudo apt-get install python3.7 它说该软件包不可用,但被称为另一个软件包。 请帮忙 错误:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3.7 is not available,but is referred to by another package.
This may mean that the package is missing,has been obsoleted,or
is only available from another source

E: Package 'python3.7' has no installation candidate

相关文章

Python中的函数(二) 在上一篇文章中提到了Python中函数的定...
Python中的字符串 可能大多数人在学习C语言的时候,最先接触...
Python 面向对象编程(一) 虽然Python是解释性语言,但是它...
Python面向对象编程(二) 在前面一篇文章中谈到了类的基本定...
Python中的函数(一) 接触过C语言的朋友对函数这个词肯定非...
在windows下如何快速搭建web.py开发框架 用Python进行web开发...