deepin15.5sp2 删了自带python3.5以后软件商店报错
Tofloor
poster avatar
liuyiliux
deepin
2019-11-03 04:08
Author
  1. dpkg: error processing package python3.5 (--configure):
  2. subprocess installed post-installation script returned error exit status 127
  3. dpkg: dependency problems prevent configuration of python3:
  4. python3 depends on python3.5 (>= 3.5.3-1~); however:
  5.   Package python3.5 is not configured yet.

  6. dpkg: error processing package python3 (--configure):
  7. dependency problems - leaving unconfigured
  8. dpkg: dependency problems prevent configuration of lsb-release:
  9. lsb-release depends on python3:any (>= 3.4~); however:
  10.   Package python3 is not configured yet.

  11. dpkg: error processing package lsb-release (--configure):
  12. dependency problems - leaving unconfigured
  13. dpkg: dependency problems prevent configuration of google-chrome-stable:
  14. google-chrome-stable depends on lsb-release; however:
  15.   Package lsb-release is not configured yet.

  16. dpkg: error processing package google-chrome-stable (--configure):
  17. dependency problems - leaving unconfigured
  18. dpkg: dependency problems prevent configuration of dh-python:
  19. dh-python depends on python3:any (>= 3.3.2-2~); however:
  20.   Package python3 is not configured yet.

  21. dpkg: error processing package dh-python (--configure):
  22. dependency problems - leaving unconfigured
  23. Errors were encountered while processing:
  24. python3.5
  25. python3
  26. lsb-release
  27. google-chrome-stable
  28. dh-python
Copy the Code
把系统自带的python3.5卸载(文件夹也被我删了)以后软件商店就变成这样了
现在我的python3命令出来的是python3.7(usr/bin我建了python3.7快捷方式命名为python3)

谁知道怎么解决呀 谢谢
Reply Favorite View the author
All Replies
avatar
liuyiliux
deepin
2019-11-03 04:10
#1
对了显示安装失败 关了商店以后软件是安装好可以用的
Reply View the author
avatar
Feng Yu
deepin
2019-11-03 04:18
#2
恭喜作死成功,以后你会发现崩溃的应用更多
Reply View the author
avatar
136******97
deepin
2019-11-03 04:22
#3
话说专业版,应该有个一键还原之类的吧?
毕竟标明稳定,社区吧就随便折腾。
Reply View the author
avatar
liuyiliux
deepin
2019-11-03 04:30
#4
https://bbs.deepin.org/post/184632
话说专业版,应该有个一键还原之类的吧?
毕竟标明稳定,社区吧就随便折腾。 ...

不知道啊 刚买的荣耀笔记本今天到的
Reply View the author
avatar
残念
deepin
2019-11-03 06:04
#5
本帖最后由 peterzhang1234 于 2019-11-2 22:45 编辑

又是一个,唉~
赶快装回来吧
Reply View the author
avatar
huliang
deepin
2019-11-03 08:24
#6
自带的Python不要删,删除会导致apt不可用,基本上除了重装系统别无他法。我之前也是这样,装了新python也无法解决。
Reply View the author
avatar
zst
deepin
2019-11-03 18:20
#7
重装吧,Linux各个发行版的Python删了都会出现各种奇怪的问题甚至崩溃
Reply View the author
avatar
Amadeus
deepin
2019-11-03 18:54
#8
可以说是把系统核心应用删了。。。
Reply View the author
avatar
走钢丝
deepin
2019-11-03 19:03
#9
3.5 删了应该没事吧,再重新安装就好了。终端运行
sudo apt install python3.5

倒是 linux 中很多系统依赖老是不升级到 python3,让人很无奈。python2 官方不是说不再支持了么。
Reply View the author
avatar
走钢丝
deepin
2019-11-03 19:05
#10
估计还是你没有配置好。
Reply View the author
avatar
liuyiliux
deepin
2019-11-04 00:00
#11
从另一台电脑拷过来python3.5的文件夹 软件商店可以用了
Reply View the author