在尝试使用 gcloud 时,我看到了这个错误:
ERROR: gcloud failed to load: /tmp/_MEIKmE9I5/libssl.so.1.0.0: version `OPENSSL_1.0.2' not found (required by /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so)
gcloud_main = _import_gcloud_main()
import googlecloudsdk.gcloud_main
from googlecloudsdk.calliope import cli
from googlecloudsdk.calliope import backend
from googlecloudsdk.calliope import parser_extensions
from googlecloudsdk.core.updater import update_manager
from googlecloudsdk.core.updater import installers
import ssl
import _ssl # if we can't import it, let the error propagate
This usually indicates corruption in your gcloud installation or problems with your Python interpreter.
Please verify that the following is the path to a working …Run Code Online (Sandbox Code Playgroud) 有没有办法在一段时间内没有焦点后自动最小化程序?
我希望我的 windows 键(或 super_l)来切换 lubuntu 菜单。从下面的问题中添加键绑定后,我可以使用 windows 键打开它,但到目前为止,我还没有找到通过再次按下同一个键来关闭它的方法。2011 年 11 月,此处所述问题中的评论询问了同样的问题,但在谷歌搜索后我还没有找到解决方案。有谁知道这是否可能?