ubuntu10.10升级到11.04过程中python2.7升级出错的解决方法

Visto 20 veces
Saltar al primer mensaje no leído

easthero

no leída,
2 mar 2011, 4:23:262/3/11
a sh...@googlegroups.com
10.10默认python是2.6
11.04默认python是2.7

这个问题貌似在debian上也会出现

现象就是升级python2.7 python2.7-minimal时提示
Preconfiguring packages ...
Setting up python2.7-minimal (2.7.1-1ubuntu4) ...
Linking and byte-compiling packages for runtime python2.7...
E: pycompile:240: Requested versions are not installed
dpkg: error processing python2.7-minimal (--configure):
 subprocess installed post-installation script returned error exit status 3
Errors were encountered while processing:
 python2.7-minimal


问题出在python2.7-minimal的postinst脚本会去执行 /usr/share/python/runtime.d/public_modules.rtinstall 脚本,在public_modules.rtinstall中需要执行
pycompile -V 2.7 /usr/lib/python2.7 ,而这时候python2.7根本还没装,就导致循环出错了


解决方法:
在提示出错后,修改 /usr/share/python/runtime.d/public_modules.rtinstall ,注释掉所有的内容,
然后 apt-get -f install
待正常后,再执行一次 pycompile -V 2.7 /usr/lib/python2.7/dist-packages 就行了


Responder a todos
Responder al autor
Reenviar
0 mensajes nuevos