Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @elation$ sudo apt-get install python3
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following extra packages will be installed:
- python3-minimal python3.2 python3.2-minimal
- Suggested packages:
- python3-doc python3-tk python3.2-doc
- The following NEW packages will be installed:
- python3 python3-minimal python3.2 python3.2-minimal
- 0 upgraded, 4 newly installed, 0 to remove and 58 not upgraded.
- Need to get 4,320 kB/4,352 kB of archives.
- After this operation, 14.7 MB of additional disk space will be used.
- Do you want to continue [Y/n]? y
- Get:1 http://se.archive.ubuntu.com/ubuntu/ precise-updates/main python3.2-minimal amd64 3.2.3-0ubuntu3.2 [1,778 kB]
- Get:2 http://se.archive.ubuntu.com/ubuntu/ precise-updates/main python3.2 amd64 3.2.3-0ubuntu3.2 [2,530 kB]
- Get:3 http://se.archive.ubuntu.com/ubuntu/ precise/main python3-minimal all 3.2.3-0ubuntu1 [12.2 kB]
- Fetched 4,320 kB in 5s (839 kB/s)
- Selecting previously unselected package python3.2-minimal.
- (Reading database ... 210475 files and directories currently installed.)
- Unpacking python3.2-minimal (from .../python3.2-minimal_3.2.3-0ubuntu3.2_amd64.deb) ...
- Selecting previously unselected package python3.2.
- Unpacking python3.2 (from .../python3.2_3.2.3-0ubuntu3.2_amd64.deb) ...
- Selecting previously unselected package python3-minimal.
- Unpacking python3-minimal (from .../python3-minimal_3.2.3-0ubuntu1_all.deb) ...
- Selecting previously unselected package python3.
- Unpacking python3 (from .../python3_3.2.3-0ubuntu1_all.deb) ...
- Processing triggers for man-db ...
- Processing triggers for menu ...
- Processing triggers for bamfdaemon ...
- Rebuilding /usr/share/applications/bamf.index...
- Processing triggers for desktop-file-utils ...
- Processing triggers for gnome-menus ...
- Setting up python3.2-minimal (3.2.3-0ubuntu3.2) ...
- # Empty sitecustomize.py to avoid a dangling symlink
- Traceback (most recent call last):
- File "/usr/lib/python3.2/py_compile.py", line 187, in <module>
- sys.exit(main())
- File "/usr/lib/python3.2/py_compile.py", line 179, in main
- compile(filename, doraise=True)
- File "/usr/lib/python3.2/py_compile.py", line 111, in compile
- with tokenize.open(file) as f:
- File "/usr/lib/python3.2/tokenize.py", line 343, in open
- buffer = builtins.open(filename, 'rb')
- IOError: [Errno 2] No such file or directory: '/usr/lib/python3.2/sitecustomize.py'
- dpkg: error processing python3.2-minimal (--configure):
- subprocess installed post-installation script returned error exit status 1
- dpkg: dependency problems prevent configuration of python3.2:
- python3.2 depends on python3.2-minimal (= 3.2.3-0ubuntu3.2); however:
- Package python3.2-minimal is not configured yet.
- dpkg: error processing python3.2 (--configure):
- dependency problems - leaving unconfigured
- dpkg: dependency problems prevent configuration of python3-minimal:
- python3-minimal depends on python3.2-minimal (>= 3.2.3); however:
- Package python3.2-minimal is not configured yet.
- dpkg: error processing python3-minimal (--configure):
- dependency problems - leaving unconfigured
- dpkg: dependency problems prevent configuration of python3:
- python3 depends on python3.2 (>= 3.2.3); however:
- Package python3.2 is not configured yet.
- python3 depends on python3-minimal (= 3.2.3-0ubuntu1); however:
- Package python3-minimal is not configured yet.
- dpkg: error processing python3 (--configure):
- dependency problems - leaving unconfigured
- No apport report written because the error message indicates its a followup error from a previous failure.
- No apport report written because the error message indicates its a followup error from a previous failure.
- No apport report written because MaxReports is reached already
- Errors were encountered while processing:
- python3.2-minimal
- python3.2
- python3-minimal
- python3
- E: Sub-process /usr/bin/dpkg returned an error code (1)
- @elation$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement