spyder4 beta5 报告缺少已安装的依赖项
spyder4 beta5 reports missing dependencies which are already installed
我使用 pip install --pre -U spyder
在 ubuntu 中安装了 spyder4。当我 运行 它时,我得到一个弹出窗口 window,其中指出:
You have missing dependencies!
xdg >=0.26: None (NOK)
我确定已安装 xdg-utils。有谁知道如何解决这个问题?
谢谢!
(这里是 Spyder 维护者) 你需要 运行
pip install -U pyxdg
解决这个问题。
我使用 pip install --pre -U spyder
在 ubuntu 中安装了 spyder4。当我 运行 它时,我得到一个弹出窗口 window,其中指出:
You have missing dependencies!
xdg >=0.26: None (NOK)
我确定已安装 xdg-utils。有谁知道如何解决这个问题?
谢谢!
(这里是 Spyder 维护者) 你需要 运行
pip install -U pyxdg
解决这个问题。