nodejs 询问不再在 python2 上使用的 python-minimal

Posted

技术标签:

【中文标题】nodejs 询问不再在 python2 上使用的 python-minimal【英文标题】:nodejs ask python-minimal that no longer use on python2 【发布时间】:2021-02-26 06:10:22 【问题描述】:

我用的是 linux nodejs 没有问题,直到我升级我的系统(sudo apt upgrade) 现在,当我尝试安装 nodejs 时,它说已安装 python-minimal mot 然后我知道它将python从python2.7.17更新到python2.7.18并且不再需要python minimum,但现在我无法安装nodejs,因为它要求python-minimal

谁能帮帮我

问题是当我想安装 nodejs 15 或 14 但是当我安装 nodejs 12 或更低版本时没有问题

这就是我写完之后说的(sudo apt install nodejs)

sudo apt upgrade nodejs
[sudo] password for julian: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libnode72 : Conflicts: nodejs-legacy
 nodejs : Depends: python-minimal but it is not installable
E: Broken packages

【问题讨论】:

【参考方案1】:

这个

sudo apt remove libnode72:amd64
sudo apt autoclean
sudo apt autoremove

应该做的工作。

【讨论】:

以上是关于nodejs 询问不再在 python2 上使用的 python-minimal的主要内容,如果未能解决你的问题,请参考以下文章

如何在调用 requestPermissions 之前知道用户检查“不再询问”

在请求运行时权限时选中“不再询问”框是不是会禁用未来的对话框?

Android运行时权限中永远不会显示“不再询问”复选框

Android Marshmallow - 如何知道“不再询问”之前检查过

ADB 不再识别设备

Ubuntu安装Python2.7,nodejs