Hiddeneye-legacy: E: Unable to locate package python3-pip

Created on 23 Aug 2018  路  14Comments  路  Source: DarkSecDevelopers/HiddenEye-Legacy

I attempt to put in the command sudo apt install python3-pip
and it gives me the error
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3-pip

invalid not related to DarkSec solved

Most helpful comment

@usama7628674
thanks so much

All 14 comments

@darkmidus Do apt update then apt install python3-pip

I have done what you have told me but i still get the same error

@darkmidus Can you share sources.list file?

Sure

deb cdrom:[Debian GNU/Linux 2017.3 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20171109-13:49]/ kali-rolling contrib main non-free

deb cdrom:[Debian GNU/Linux 2017.3 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20171109-13:49]/ kali-rolling contrib main non-free

@darkmidus Open your sources.list file and remove everything then paste the following

deb https://http.kali.org/kali kali-rolling main non-free contrib
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main non-free contrib

Save it then do apt update and apt install python3-pip

Doing apt update gives me this error now

root@kali:~# apt update
Get:1 https://archive-7.kali.org/kali kali-rolling InRelease [30.5 kB]
Err:1 https://archive-7.kali.org/kali kali-rolling InRelease
The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository devel@kali.org
Reading package lists... Done
W: GPG error: https://archive-7.kali.org/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository devel@kali.org
E: The repository 'https://http.kali.org/kali kali-rolling InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

execute the following in terminal

apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6

python3-pip is installing now, thanks for all your help

No problem.

pls how do i fix this:

root@kali:~# sudo apt install python3-pip
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:
libpython3.7-stdlib : Breaks: python3-distutils (< 3.6.5~rc1-2) but 3.6.4-2 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

@usama7628674

@tokiijnr Do apt install --reinstall libpython3.7-stdlib or apt install libpython3.7-stdlib then apt install --reinstall python3-distutils or apt install python3-distutils

@usama7628674
thanks so much

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Samurai9954 picture Samurai9954  路  3Comments

KaleyLenux picture KaleyLenux  路  3Comments

darkmidus picture darkmidus  路  4Comments

sTiKyt picture sTiKyt  路  3Comments

torp3do picture torp3do  路  4Comments