尝试在ubuntu 14.04中安装python时出错

时间:2018-03-20 06:08:51

标签: python ubuntu-14.04

sudo apt-get install python-software-properties

尝试此cmd时出错

python-software-properties : Depends: python-pycurl but it is not installable
E: Unable to correct problems, you have held broken packages. 

1 个答案:

答案 0 :(得分:0)

尝试:

>> sudo apt-get update
>> sudo apt-get update --fix-missing && sudo apt-get upgrade -y

然后:

>> apt-get install -y python-dev