- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
所以我试图安装 pychecker 来检查我 friend 想让我检查的一个大 python 文件,但是在尝试使用 sudo apt-get install pychecker
安装 pychecker 时和 sudo apt-get install -y pychecker
它返回 E: Unable to locate package pychecker
最佳答案
pychecker
不再作为包包含在 Ubuntu 和 Debian 中,因为它没有维护:最新版本是 2011 年的,该版本不适用于当前版本的 Python。来自 here :
Please consider moving away from Pychecker in favor of an alternative likePylint [1]. Pychecker is basically unmaintained upstream. Also, it is onlysupported for Python 2, so it will reach its end of life along with Python 2sometime in 2020.
...
Now is the time to convert. Pylint does everything that Pychecker used todo. The main effort required is to create your new configuration file andweed out warnings that you want to ignore.
关于python - 我无法在我的 ubuntu 21.04 上安装 pychecker,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68952749/
我导入到 python 项目中的模块之一在 Pychecker 下触发了大量警告。修复这个外部模块并不是真正的选择,所以我想告诉 Pychecker 忽略它。 有人知道该怎么做吗?我确信这是可能的,而
就目前而言,这个问题不适合我们的问答形式。我们希望答案得到事实、引用资料或专业知识的支持,但这个问题可能会引发辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the
所以我试图安装 pychecker 来检查我 friend 想让我检查的一个大 python 文件,但是在尝试使用 sudo apt-get install pychecker 安装 pychecke
我是一名优秀的程序员,十分优秀!