Results 1 to 3 of 3

Thread: Did the python-pip package go missing?

  1. #1
    Join Date
    2015-Aug
    Posts
    8

    Exclamation Did the python-pip package go missing?

    I've been developing an installer script that works on the new Kali 2020 images to add in my common tools, including full setup of python 2 and 3. Last week everything was working fine. This week, all of a sudden the "python-pip" package is no longer in the sources update manifests. Yes, my sources are correct, and they haven't changed between last week and this week. On the package tracker, I can see python-pip was updated April 10, 2020, so perhaps something is wrong with it?

    https://pkg.kali.org/pkg/python-pip

    Code:
    apt-cache search python-pip
    now only results in 'python-pip-whl' which is a wheel package for virtualenvs, not the main package. Am I crazy or is this a bug?

  2. #2
    Join Date
    2020-Apr
    Posts
    2
    I'm getting the same problem also but now this occurred,

    ~$ sudo apt install python-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:
    python-pip : Depends: python-pip-whl (= 9.0.1-2+deb9u1) but 20.0.2-4 is to be installed
    E: Unable to correct problems, you have held broken packages.

  3. #3
    Join Date
    2014-Mar
    Posts
    4
    Try installing python3-pip, that should be available in the repos.

Similar Threads

  1. Missing subclasses of object class for Python!
    By rdre8 in forum General Archive
    Replies: 1
    Last Post: 2022-07-18, 15:27
  2. Unable to locate package python-pip
    By ozzyg in forum Installing Archive
    Replies: 6
    Last Post: 2020-11-18, 10:32
  3. I'm unable to install package python-httplib2
    By Ocho in forum Installing Archive
    Replies: 0
    Last Post: 2020-08-01, 01:30
  4. E: Unable to locate package python-pip on Kali Linux
    By jasper1378 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-04-13, 03:19

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •