Create a gist now

Instantly share code, notes, and snippets.

anonymous /gist:82072bcde1a855df7eb7 Secret
Created Mar 20, 2015

What would you like to do?
dpkg -i python3_3.4.3-1_amd64.deb
(Reading database ... 60305 files and directories currently installed.)
Preparing to unpack python3_3.4.3-1_amd64.deb ...
Fatal Python error: Py_Initialize: Unable to get the locale encoding
File "/usr/lib/python2.7/encodings/__init__.py", line 123
raise CodecRegistryError,\
^
SyntaxError: invalid syntax
Aborted
dpkg: warning: subprocess old pre-removal script returned error exit status 134
dpkg: trying script from the new package instead ...
Fatal Python error: Py_Initialize: Unable to get the locale encoding
File "/usr/lib/python2.7/encodings/__init__.py", line 123
raise CodecRegistryError,\
^
SyntaxError: invalid syntax
Aborted
dpkg: error processing archive python3_3.4.3-1_amd64.deb (--install):
subprocess new pre-removal script returned error exit status 134
Fatal Python error: Py_Initialize: Unable to get the locale encoding
File "/usr/lib/python2.7/encodings/__init__.py", line 123
raise CodecRegistryError,\
^
SyntaxError: invalid syntax
Aborted
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 134
Errors were encountered while processing:
python3_3.4.3-1_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment