有道词典安装后无法打开
Tofloor
poster avatar
an0906
deepin
2017-09-19 18:42
Author
有道词典安装后无法打开,有遇到同样的情况,该怎么解决啊,求助
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-09-19 18:59
#1
有道词典不是默认存在吗  安装了闭源驱动?
Reply View the author
avatar
an0906
deepin
2017-09-19 19:13
#2
https://bbs.deepin.org/post/145733
有道词典不是默认存在吗  安装了闭源驱动?

没有,有缷载过一次,今天刚装了使用的时候就打不开
Reply View the author
avatar
jingle
deepin
2017-09-19 19:16
#3
https://bbs.deepin.org/post/145733
没有,有缷载过一次,今天刚装了使用的时候就打不开

youdao-dict 在终端执行这个命令看看启动 提示什么
Reply View the author
avatar
an0906
deepin
2017-09-19 21:54
#4
https://bbs.deepin.org/post/145733
youdao-dict 在终端执行这个命令看看启动 提示什么

提示这个:
Traceback (most recent call last):
  File "/usr/bin/youdao-dict", line 27, in
    from dae.daeclient import DAEClient
  File "/usr/share/youdao-dict/dae/daeclient.py", line 31, in
    from PyQt5.Qt import QApplication
ModuleNotFoundError: No module named 'PyQt5'
Reply View the author
avatar
justforlxz
deepin
2017-09-19 22:07
#5
sudo apt install python3-pyqt5
Reply View the author
avatar
jingle
deepin
2017-09-19 22:07
#6
https://bbs.deepin.org/post/145733
提示这个:
Traceback (most recent call last):
  File "/usr/bin/youdao-dict", line 27, in
  1. jingle@jingle:~$ apt-cache depends youdao-dict
  2. youdao-dict
  3.   依赖: tesseract-ocr
  4.   依赖: tesseract-ocr-eng
  5.   依赖: tesseract-ocr-chi-sim
  6.   依赖: tesseract-ocr-chi-tra
  7.   依赖: ttf-wqy-microhei
  8.     fonts-wqy-microhei
  9.   依赖: python3
  10.   依赖: python3-pyqt5
  11.   依赖: python3-requests
  12.   依赖: python3-xlib
  13.   依赖: python3-lxml
  14.   依赖: python3-xdg
  15.   依赖: python3-pil
  16.   依赖: python3-pyqt5.qtmultimedia
  17.   依赖: python3-pyqt5.qtquick
  18.   依赖: python3-pyqt5.qtwebkit
  19.   依赖: python3-dbus
  20.   依赖: qml-module-qtquick-controls
Copy the Code


你是不是卸载了什么依赖
Reply View the author
avatar
jingle
deepin
2017-09-19 22:08
#7
  1. jingle@jingle:~$ apt-cache policy python3-pyqt5
  2. python3-pyqt5:
  3.   已安装:5.6+dfsg-1+b1
  4.   候选: 5.6+dfsg-1+b1

Copy the Code


这个安装了吗
Reply View the author
avatar
an0906
deepin
2017-09-19 22:09
#8
https://bbs.deepin.org/post/145733
sudo apt install python3-pyqt5

这个已经安装了的
Reply View the author
avatar
justforlxz
deepin
2017-09-19 22:13
#9
https://bbs.deepin.org/post/145733
这个已经安装了的

sudo apt install python3-pyqt5 --reinstall
Reply View the author
avatar
an0906
deepin
2017-09-19 22:21
#10

python3-pyqt5:
  已安装:5.6+dfsg-1+b1
  候选: 5.6+dfsg-1+b1
  版本列表:
*** 5.6+dfsg-1+b1 500
        500 http://packages.deepin.com/deepin panda/main amd64 Packages
        100 /var/lib/dpkg/status
安装了,之前是有删除一些依赖,前段时间候更新PYTHON3.6就把3.5*都给删掉了。
Reply View the author
avatar
jingle
deepin
2017-09-19 22:28
#11
https://bbs.deepin.org/post/145733
python3-pyqt5:
  已安装:5.6+dfsg-1+b1
  候选: 5.6+dfsg-1+b1

Reply View the author
avatar
an0906
deepin
2017-09-19 23:42
#12
Reply View the author
avatar
jingle
deepin
2017-09-19 23:47
#13

对啊 现在能用了吗  有道词典的依赖3.5吧  用个其他的顶吧
或者 3.5 安装回来
Reply View the author
avatar
an0906
deepin
2017-09-20 00:04
#14
https://bbs.deepin.org/post/145733
对啊 现在能用了吗  有道词典的依赖3.5吧  用个其他的顶吧
或者 3.5 安装回来 ...

哦。好的,谢谢
Reply View the author
avatar
许自强
deepin
2017-09-20 02:40
#15
额,我的词典也这样。
推荐1:https://bbs.deepin.org/post/140717
推荐2:https://bbs.deepin.org/post/145717
Reply View the author