我试图在Ubuntu12.04上安装python-wheel,但得到了一个错误:
sudo apt-get install python-wheel
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-wheel原因何在?
发布于 2017-01-18 13:08:14
加上这个非官方的PPA:
sudo add-apt-存储库ppa:chris/python-轮子
sudo apt-get update
sudo apt-获取安装python-轮子
参考链接:https://launchpad.net/~chris-lea/+archive/ubuntu/python-wheel
Ubuntu版本:
发行商ID: Ubuntu描述:Ubuntu12.04.5LTS发行版: 12.04代码:精确
https://stackoverflow.com/questions/41398849
复制相似问题