Guest User

Untitled

a guest
Feb 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. Sub-process /usr/bin/dpkg returned an error code (1)
  2.  
  3. Errors were encountered while processing:
  4. cython
  5. E: Sub-process /usr/bin/dpkg returned an error code (1)
  6.  
  7. Setting up cython (0.25.2-1) ...
  8. Traceback (most recent call last):
  9. File "/usr/bin/pycompile", line 35, in <module>
  10. from debpython.version import SUPPORTED, debsorted, vrepr,
  11. File "/usr/share/python/debpython/version.py", line 24, in <module>
  12. from ConfigParser import SafeConfigParser
  13. ImportError: No module named 'ConfigParser'
  14. dpkg: error processing package cython (--configure):
  15. subprocess installed post-installation script returned error exit status 1
  16. Errors were encountered while processing:
  17. cython
  18.  
  19. Reading package lists... Done
  20. Building dependency tree
  21. Reading state information... Done
  22. 0 upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
  23. 1 not fully installed or removed.
  24. After this operation, 0 B of additional disk space will be used.
  25. Setting up cython (0.25.2-1) ...
  26. Traceback (most recent call last):
  27. File "/usr/bin/pycompile", line 35, in <module>
  28. from debpython.version import SUPPORTED, debsorted, vrepr,
  29. File "/usr/share/python/debpython/version.py", line 24, in <module>
  30. from ConfigParser import SafeConfigParser
  31. ImportError: No module named 'ConfigParser'
  32. dpkg: error processing package cython (--configure):
  33. subprocess installed post-installation script returned error exit status 1
  34. Errors were encountered while processing:
  35. cython
  36. E: Sub-process /usr/bin/dpkg returned an error code (1)
  37.  
  38. #------------------------------------------------------------------------------#
  39. # OFFICIAL DEBIAN REPOS
  40. #------------------------------------------------------------------------------#
  41.  
  42. ###### Debian Main Repos
  43. deb http://deb.debian.org/debian/ stable main contrib
  44. deb-src http://deb.debian.org/debian/ stable main contrib
  45.  
  46. deb http://deb.debian.org/debian/ stable-updates main contrib
  47. deb-src http://deb.debian.org/debian/ stable-updates main contrib
  48.  
  49. deb http://deb.debian.org/debian-security stable/updates main
  50. deb-src http://deb.debian.org/debian-security stable/updates main
  51.  
  52. deb http://ftp.debian.org/debian stretch-backports main
  53. deb-src http://ftp.debian.org/debian stretch-backports main
Add Comment
Please, Sign In to add comment