About 347,000 results
Open links in new tab
  1. software installation - How to install python-setuptools on CentOS 8 ...

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

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

    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 context, the …

  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, 6 months ago Modified 3 …

  4. Difference between installing a package with 'apt' and 'pip'

    Feb 8, 2023 · I have been trying to install a Python module which relies in setuptools, and apparently the module was installed using apt. However, it seems to be the wrong version, so I tried to install it usin...

  5. 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.

  6. How to install specific version of python on Alpine linux

    Aug 5, 2022 · How to install specific version of python on Alpine linux Ask Question Asked 3 years, 4 months ago Modified 1 year, 10 months ago

  7. 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-1~bpo8+1 is to be …

  8. Where is meson? build-essential or python3, python3-pip, python3 ...

    Apr 24, 2024 · According to installation guides, having executed on my Debian 12: sudo apt-get install python3 python3-pip python3-setuptools python3-wheel ninja-build sudo apt install build-essential …

  9. 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 CentOS used …

  10. How to install easy_install using non-default Python Interpreter on ...

    How can I proceed to get setuptools and easy_install and pip using a non-default Python installation installed in /usr/local/?