当我通过Select
datediff(day, (case when Old_Value='1' and New_Value='2' then Created else Null end), (case when Old_Value='2' and New_Value='3' then Created else Null end))
as Handle_Time
from tb1
更新我的anaconda时,现在每当我想使用mathplotlib中的绘图时,我都会遇到以下问题。
conda update --all
我用谷歌搜索了这个问题,并且我已经读过一些可能缺少libqxcb.so链接的库
所以我在两个目录中运行This application failed to start because it could not find or load the Qt platform plugin "xcb" in ""
:
(a)ldd libqxcb.so
一切看起来都很好
(b)未找到anaconda/plugins/platforms
以下
anaconda/pkgs/qt-5.6.0-0/plugins/platforms/
它们在(a)中看起来很好但在(b)中看起来不是很好。 有什么帮助吗?
此处还有libicui18n.so.54 => not found
libicuuc.so.54 => not found
libicudata.so.54 => not found
的一些版本信息:
conda list