Page 1 of 1

[SOLVED] python-setuptools don't upgrade

Posted: 12 Aug 2020 16:14
by juliusse
Hi, just to report, running an upgrade today, I noticed that python-setuptools hasn't upgraded.
Trying to make a

Code: Select all

sudo slapt-get -i python-setuptools
I had a message of missing dependency, the message says that the missing one is

Code: Select all

functools-lru-cache

Re: python-setuptools don't upgrade

Posted: 12 Aug 2020 17:49
by djemos
I had this package installed to make some compile test for gnuradio and python-setuptools add it as a dep. I removed it.
depfinder add as more python packages exist in the system as deps in the dep file.
So do a sudo slapt-get -u

Re: python-setuptools don't upgrade

Posted: 13 Aug 2020 09:24
by juliusse
Done, perfect! problem solved, thanks