Re: apt-get fails to install pylint3

2016-11-14 Thread janm
Hi Tony What if you tell APT specifically to use Backports via "-t jessie-backports"? Please see my simulation install below. Kind regards Jan sudo apt-get install -t jessie-backports pylint3 -s -V Reading package lists... Done Building dependency tree Reading state information... Done

Re: apt-get fails to install pylint3

2016-11-14 Thread Tony van der Hoff
On 14/11/16 16:45, janm wrote: Hi Tony What if you tell APT specifically to use Backports via "-t jessie-backports"? Please see my simulation install below. Thank you, Jan; that seems to have worked. Best regards, Tony -- Tony van der Hoff| mailto:t...@vanderhoff.org Buckinghamshi

Re: apt-get fails to install pylint3

2016-11-14 Thread Henning Follmann
On Mon, Nov 14, 2016 at 04:14:33PM +, Tony van der Hoff wrote: > Hi, > > I'm trying to install pylint3 on my jessie system. > According to synaptic, pylint3 is available from backports, which I've > enabled in sources.list. However, it depends on python3-astroid, which it > refused to install:

apt-get fails to install pylint3

2016-11-14 Thread Tony van der Hoff
Hi, I'm trying to install pylint3 on my jessie system. According to synaptic, pylint3 is available from backports, which I've enabled in sources.list. However, it depends on python3-astroid, which it refused to install: # tony@tony-lx:~$ sudo apt-get install py