0

我在 ubuntu 中使用pip install --pre -U spyder. 当我运行它时,我得到一个弹出窗口,其中指出:

You have missing dependencies!
xdg >=0.26: None (NOK)

我确定 xdg-utils 已安装。有谁知道如何解决这个问题?

谢谢 !

4

1 回答 1

2

这里是 Spyder 维护者)你需要运行

pip install -U pyxdg

来解决这个问题。

于 2019-10-03T12:50:36.267 回答