It looks like the new python-apt package has some problems. At least, it does on AMD64.
I haven't looked for the cause/fix yet, but will if it's not fixed when I update tomorrow.
I haven't looked for the cause/fix yet, but will if it's not fixed when I update tomorrow.
Code:
Preparing to replace python-apt 0.7.4ubuntu4 (using .../python-apt_0.7.4ubuntu5_amd64.deb) ... Traceback (most recent call last): File "/usr/bin/pycentral", line 1593, in <module> main() File "/usr/bin/pycentral", line 1587, in main rv = action.run(global_options) File "/usr/bin/pycentral", line 1075, in run requested = pyversions.requested_versions_for_runtime(version_field, version_only=True) File "/usr/share/pycentral-data/pyversions.py", line 172, in requested_versions_for_runtime vinfo = parse_versions(vstring) File "/usr/share/pycentral-data/pyversions.py", line 58, in parse_versions raise ValueError, 'error parsing Python-Version attribute' ValueError: error parsing Python-Version attribute dpkg: error processing /var/cache/apt/archives/python-apt_0.7.4ubuntu5_amd64.deb (--unpack): subprocess pre-installation script returned error exit status 1 Preparing to replace update-manager-core 1:0.87.6 (using .../update-manager-core_1%3a0.87.8_amd64.deb) ... Traceback (most recent call last): File "/usr/bin/pycentral", line 1593, in <module> main() File "/usr/bin/pycentral", line 1587, in main rv = action.run(global_options) File "/usr/bin/pycentral", line 1075, in run requested = pyversions.requested_versions_for_runtime(version_field, version_only=True) File "/usr/share/pycentral-data/pyversions.py", line 172, in requested_versions_for_runtime vinfo = parse_versions(vstring) File "/usr/share/pycentral-data/pyversions.py", line 58, in parse_versions raise ValueError, 'error parsing Python-Version attribute' ValueError: error parsing Python-Version attribute dpkg: error processing /var/cache/apt/archives/update-manager-core_1%3a0.87.8_amd64.deb (--unpack): subprocess pre-installation script returned error exit status 1 Errors were encountered while processing: /var/cache/apt/archives/python-apt_0.7.4ubuntu5_amd64.deb /var/cache/apt/archives/update-manager-core_1%3a0.87.8_amd64.deb
Comment