You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.
出错信息:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/lxml/cssselect.py", line 16, in
external_cssselect = import('cssselect')
ImportError: No module named 'cssselect'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./bcloud-gui", line 11, in
from bcloud.App import App
File "/home/sbw983/Tools/Baidu/bcloud-master/bcloud/App.py", line 27, in
from bcloud import gutil
File "/home/sbw983/Tools/Baidu/bcloud-master/bcloud/gutil.py", line 21, in
from bcloud import pcs
File "/home/sbw983/Tools/Baidu/bcloud-master/bcloud/pcs.py", line 15, in
from lxml.cssselect import CSSSelector as CSS
File "/usr/lib/python3/dist-packages/lxml/cssselect.py", line 18, in
raise ImportError('cssselect seems not to be installed. '
ImportError: cssselect seems not to be installed. See http://packages.python.org/cssselect/
The text was updated successfully, but these errors were encountered:
现在变成这个了。请问算是装完了吗?
root@DebianPC:/tmp# bcloud-gui
Gkr-Message: couldn't connect to dbus session bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Please set a password for your new keyring:
使用的是20160923的版本
系统ubuntu 14.04 x64
cssselect v0.9.1已安装
出错信息:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/lxml/cssselect.py", line 16, in
external_cssselect = import('cssselect')
ImportError: No module named 'cssselect'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./bcloud-gui", line 11, in
from bcloud.App import App
File "/home/sbw983/Tools/Baidu/bcloud-master/bcloud/App.py", line 27, in
from bcloud import gutil
File "/home/sbw983/Tools/Baidu/bcloud-master/bcloud/gutil.py", line 21, in
from bcloud import pcs
File "/home/sbw983/Tools/Baidu/bcloud-master/bcloud/pcs.py", line 15, in
from lxml.cssselect import CSSSelector as CSS
File "/usr/lib/python3/dist-packages/lxml/cssselect.py", line 18, in
raise ImportError('cssselect seems not to be installed. '
ImportError: cssselect seems not to be installed. See http://packages.python.org/cssselect/
The text was updated successfully, but these errors were encountered: