Backto Python Index
py27m
和 py27mu
是两种不同的Linux发行版,它们是CPython的配置。 m是narrow-unicode(2-byte)的版本,mu是wide-unicode(4-byte)的版本。
混淆了版本会提示 xxx.whl is not a supported wheel on this platform.
.
最新的系统一般都是 mu
的。
Backto Python Index
py27m
和 py27mu
是两种不同的Linux发行版,它们是CPython的配置。 m是narrow-unicode(2-byte)的版本,mu是wide-unicode(4-byte)的版本。
混淆了版本会提示 xxx.whl is not a supported wheel on this platform.
.
最新的系统一般都是 mu
的。