Advertisement
Narayan

python

Jun 21st, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.95 KB | None | 0 0
  1. narayan@narayan:~$ sudo dpkg --configure python3.5-minimal
  2. Setting up python3.5-minimal (3.5.3-1) ...
  3. Traceback (most recent call last):
  4.   File "/usr/lib/python3.5/py_compile.py", line 6, in <module>
  5.     import importlib._bootstrap_external
  6.   File "/usr/lib/python3.5/importlib/__init__.py", line 57, in <module>
  7.     import types
  8.   File "/usr/lib/python3.5/types.py", line 166, in <module>
  9.     import functools as _functools
  10.   File "/usr/lib/python3.5/functools.py", line 23, in <module>
  11.     from weakref import WeakKeyDictionary
  12.   File "/usr/lib/python3.5/weakref.py", line 12, in <module>
  13.     from _weakref import (
  14. ImportError: cannot import name '_remove_dead_weakref'
  15. dpkg: error processing package python3.5-minimal (--configure):
  16.  subprocess installed post-installation script returned error exit status 1
  17. Errors were encountered while processing:
  18.  python3.5-minimal
  19. narayan@narayan:~$ sorry
  20. bash: sorry: command not found
  21. narayan@narayan:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement