8th Feb, 2016, 07:31 AM
Hi,
I skipped the problem with libcurl4-openssl-dev a few days ago by ignoring it. But now I'm running into the same problem again -- seems libcurl3 is quite commonly used...
So this time I'm trying to install mopidy, in order to stream spotify (following instructions here: https://docs.mopidy.com/en/latest/installation/debian/#debian-install).
The error I get (see below) is about libcurl3-gnutls, and I got the wrong version installed (need 7.38.0 but have 7.37.1-1).
Is this something I can get fixed / changed?
xbian@xbian ~ $ sudo apt-get install mopidy
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mopidy : Depends: python-tornado (>= 2.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
xbian@xbian ~ $ sudo apt-get install python-tornado
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-tornado : Depends: python-pycurl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
xbian@xbian ~ $ sudo apt-get install python-pycurl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-pycurl : Depends: libcurl3-gnutls (>= 7.38.0) but 7.37.1-1 is to be installed
E: Unable to correct problems, you have held broken packages.
Thanks,
nickfx
I skipped the problem with libcurl4-openssl-dev a few days ago by ignoring it. But now I'm running into the same problem again -- seems libcurl3 is quite commonly used...
So this time I'm trying to install mopidy, in order to stream spotify (following instructions here: https://docs.mopidy.com/en/latest/installation/debian/#debian-install).
The error I get (see below) is about libcurl3-gnutls, and I got the wrong version installed (need 7.38.0 but have 7.37.1-1).
Is this something I can get fixed / changed?
Terminal
xbian@xbian ~ $ sudo apt-get install mopidy
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mopidy : Depends: python-tornado (>= 2.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
xbian@xbian ~ $ sudo apt-get install python-tornado
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-tornado : Depends: python-pycurl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
xbian@xbian ~ $ sudo apt-get install python-pycurl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-pycurl : Depends: libcurl3-gnutls (>= 7.38.0) but 7.37.1-1 is to be installed
E: Unable to correct problems, you have held broken packages.
Thanks,
nickfx