About 50 results
Open links in new tab
  1. software installation - How to install python-setuptools on CentOS …

    Sep 23, 2020 · How to install python-setuptools on CentOS 8? Ask Question Asked 5 years, 4 months ago Modified 5 years, 4 months ago

  2. python - Why does `pip` throw `ModuleNotFoundError` even …

    Jul 27, 2020 · On an EC2 instance, I am attempting to install a Python package using pip, but receive an exception that states ModuleNotFoundError: No module named 'setuptools'. For …

  3. apt - Receiving "Unable to correct problems, you have held broken ...

    Jun 24, 2015 · Receiving "Unable to correct problems, you have held broken packages." after trying to install python -setuptools and python-pip Ask Question Asked 10 years, 7 months ago …

  4. Failed dependencies python - Unix & Linux Stack Exchange

    Mar 29, 2021 · python(abi) = 3.6 is needed by python3-setuptools~~ The RHEL7.6 system came with Python 2.7 and I installed Python 3.9.2 from the official Python.org source tgz file.

  5. debian - E: python-setuptools upgrade fails, apt-get broken - Unix ...

    The solution was to download the packages python-setuptools (3.3-1) and python-pkg-resources (3.3-1) from the testing repo manually, and install them with "dpkg -i <filename of downloaded …

  6. python - Unable to install python3-pip on Debian 8 - Unix & Linux …

    Oct 31, 2019 · sudo apt-get install python-setuptools The following packages have unmet dependencies: python3-setuptools : Depends: python3-pkg-resources (= 5.5.1-1) but 33.1.1 …

  7. Upgrade CentOS 7.9 to 8.5 incomplete - suggestions to fix?

    Jun 26, 2023 · suggestions to fix... CentOS, few years back, transitioned to CentOS Stream, and version 8 stream end of life is stated at 5/31/2024, less than a year away! Rocky Linux is what …

  8. Yocto install python application using bdist_wheel

    I am trying to install my custom python3-based application on my raspberry pi CM4 board based on Yocto Kirkstone. As mentioned in the migration notes of kirkstone, distutils method for …

  9. I can't install python3-pip? - Unix & Linux Stack Exchange

    Jan 19, 2021 · python python-chardet python-colorama python-distlib python-enum34 python-idna python-ipaddress python-pkg-resources python-pyasn1 python-setuptools python-wheel …

  10. python - 'NoneType' object has no attribute 'decompressobj' while ...

    I am trying to install python 3.2, and to get setuptools and pip in python 3.2. Everything seems to work right in python 2.7. However when I try to install setuptools using this code wget https://