Results 1 to 2 of 2

Thread: Python-Dev 404 not found in repo

  1. #1
    Join Date
    2013-Oct
    Posts
    2

    Python-Dev 404 not found in repo

    Hi all. I was trying to install a package from pip (mitmproxy) to upgrade the current version from 0.8 to 0.9.2. Kali did not have pip installed by default so I successfully installed it, but when I went to install the upgraded mitmproxy package, it failed do to python.h not being present. I tracked this down to being included in the python-dev package in the repo so I apt-get install python-dev, and it proceeded to install all necessary packages and then at the end on the python-dev package returned a 404 error file not found.

    I have tried running the update command, and I am in the process of running the upgrade command (although I doubt it will fix this).

    Any idea how to fix this? Do I have to add a outside third party repo to install from since the package is missing from the kali repos?

  2. #2
    Join Date
    2013-Oct
    Posts
    2
    Fixed, I simply used another mirror from the http://http.kali.org/README.mirrorlist list, specifically the edu domain.

    I don't know why it's missing from the standard mirror though... might want to look into that.

Similar Threads

  1. Python 3.8.5 on repo
    By chepakwak in forum General Archive
    Replies: 0
    Last Post: 2023-03-14, 10:32
  2. Replies: 6
    Last Post: 2023-02-06, 13:32
  3. Replies: 0
    Last Post: 2021-03-23, 12:33

Posting Permissions

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