Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. ~$ sudo apt-get install unixodbc
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. unixodbc is already the newest version (2.3.4-1).
  6. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  7. 12 not fully installed or removed.
  8. After this operation, 0 B of additional disk space will be used.
  9. Do you want to continue? [Y/n] Y
  10. Setting up python-wrapt (1.9.0-2) ...
  11. Traceback (most recent call last):
  12. File "/usr/bin/pycompile", line 35, in <module>
  13. from debpython.version import SUPPORTED, debsorted, vrepr,
  14. File "/usr/share/python/debpython/version.py", line 24, in <module>
  15. from ConfigParser import SafeConfigParser
  16. ModuleNotFoundError: No module named 'ConfigParser'
  17. dpkg: error processing package python-wrapt (--configure):
  18. subprocess installed post-installation script returned error exit status 1
  19. Setting up python-isort (4.2.5+ds1-2+deb9u1) ...
  20. Traceback (most recent call last):
  21. File "/usr/bin/pycompile", line 35, in <module>
  22. from debpython.version import SUPPORTED, debsorted, vrepr,
  23. File "/usr/share/python/debpython/version.py", line 24, in <module>
  24. from ConfigParser import SafeConfigParser
  25. ModuleNotFoundError: No module named 'ConfigParser'
  26. dpkg: error processing package python-isort (--configure):
  27. subprocess installed post-installation script returned error exit status 1
  28. Setting up python-lazy-object-proxy (1.2.2-1) ...
  29. Traceback (most recent call last):
  30. File "/usr/bin/pycompile", line 35, in <module>
  31. from debpython.version import SUPPORTED, debsorted, vrepr,
  32. File "/usr/share/python/debpython/version.py", line 24, in <module>
  33. from ConfigParser import SafeConfigParser
  34. ModuleNotFoundError: No module named 'ConfigParser'
  35. dpkg: error processing package python-lazy-object-proxy (--configure):
  36. subprocess installed post-installation script returned error exit status 1
  37. dpkg: dependency problems prevent configuration of pylint:
  38. pylint depends on python-isort; however:
  39. Package python-isort is not configured yet.
  40.  
  41. dpkg: error processing package pylint (--configure):
  42. dependency problems - leaving unconfigured
  43. Setting up python-backports.functools-lru-cache (1.3-1) ...
  44. Traceback (most recent call last):
  45. File "/usr/bin/pycompile", line 35, in <module>
  46. from debpython.version import SUPPORTED, debsorted, vrepr,
  47. File "/usr/share/python/debpython/version.py", line 24, in <module>
  48. from ConfigParser import SafeConfigParser
  49. ModuleNotFoundError: No module named 'ConfigParser'
  50. dpkg: error processing package python-backports.functools-lru-cache (--configure):
  51. subprocess installed post-installation script returned error exit status 1
  52. Setting up python-pyflakes (1.3.0-1) ...
  53. Traceback (most recent call last):
  54. File "/usr/bin/pycompile", line 35, in <module>
  55. from debpython.version import SUPPORTED, debsorted, vrepr,
  56. File "/usr/share/python/debpython/version.py", line 24, in <module>
  57. from ConfigParser import SafeConfigParser
  58. ModuleNotFoundError: No module named 'ConfigParser'
  59. dpkg: error processing package python-pyflakes (--configure):
  60. subprocess installed post-installation script returned error exit status 1
  61. dpkg: dependency problems prevent configuration of python3-spyder:
  62. python3-spyder depends on pylint; however:
  63. Package pylint is not configured yet.
  64.  
  65. dpkg: error processing package python3-spyder (--configure):
  66. dependency problems - leaving unconfigured
  67. dpkg: dependency problems prevent configuration of python-astroid:
  68. python-astroid depends on python-lazy-object-proxy; however:
  69. Package python-lazy-object-proxy is not configured yet.
  70. python-astroid depends on python-wrapt; however:
  71. Package python-wrapt is not configured yet.
  72.  
  73. dpkg: error processing package python-astroid (--configure):
  74. dependency problems - leaving unconfigured
  75. Setting up python-sip (4.18.1+dfsg-2) ...
  76. Traceback (most recent call last):
  77. File "/usr/bin/pycompile", line 35, in <module>
  78. from debpython.version import SUPPORTED, debsorted, vrepr,
  79. File "/usr/share/python/debpython/version.py", line 24, in <module>
  80. from ConfigParser import SafeConfigParser
  81. ModuleNotFoundError: No module named 'ConfigParser'
  82. dpkg: error processing package python-sip (--configure):
  83. subprocess installed post-installation script returned error exit status 1
  84. dpkg: dependency problems prevent configuration of python-pyqt5:
  85. python-pyqt5 depends on sip-api-11.3; however:
  86. Package sip-api-11.3 is not installed.
  87. Package python-sip which provides sip-api-11.3 is not configured yet.
  88.  
  89. dpkg: error processing package python-pyqt5 (--configure):
  90. dependency problems - leaving unconfigured
  91. dpkg: dependency problems prevent configuration of pyflakes:
  92. pyflakes depends on python-pyflakes (>= 1.0.0-2); however:
  93. Package python-pyflakes is not configured yet.
  94.  
  95. dpkg: error processing package pyflakes (--configure):
  96. dependency problems - leaving unconfigured
  97. dpkg: dependency problems prevent configuration of python-pyqt5.qtwebkit:
  98. python-pyqt5.qtwebkit depends on python-pyqt5 (= 5.7+dfsg-5); however:
  99. Package python-pyqt5 is not configured yet.
  100.  
  101. dpkg: error processing package python-pyqt5.qtwebkit (--configure):
  102. dependency problems - leaving unconfigured
  103. Errors were encountered while processing:
  104. python-wrapt
  105. python-isort
  106. python-lazy-object-proxy
  107. pylint
  108. python-backports.functools-lru-cache
  109. python-pyflakes
  110. python3-spyder
  111. python-astroid
  112. python-sip
  113. python-pyqt5
  114. pyflakes
  115. python-pyqt5.qtwebkit
  116. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement