首页 > 解决方案 > scylla 4.4是否支持python3.9?

问题描述

我正在尝试在我拥有 python3.9.2 的系统上安装 scylla,但收到以下错误。

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:
 scylla-tools-core : Depends: python-yaml but it is not installable
E: Unable to correct problems, you have held broken packages.

编写以下命令后,我收到此错误。

sudo apt install scylla 

标签: pythonpython-3.xscylla

解决方案


推荐阅读