About 1,080,000 results
Open links in new tab
  1. python - How do I solve "error: externally-managed-environment" …

    1006 When I run pip install xyz on a Linux machine (using Debian or Ubuntu or a derived Linux distribution), I get this error: error: externally-managed-environment × This environment is …

  2. ModuleNotFoundError: No module named 'distutils' in Python 3.12

    Oct 7, 2023 · It appears that customtkinter uses distutils from the standard library. Unfortunately, you're using the newly released Python 3.12, which removed distutils after it being deprecated …

  3. python - How can I install cv2? - Stack Overflow

    Sep 11, 2019 · 32 My environment: Ubuntu 18.04 LTS (Bionic Beaver) (also tried on Ubuntu 19.04 (Disco Dingo)) I use/need Python 3 (3.6.8 installed). I need cv2, which is a model of …

  4. Installing Python 3 on RHEL - Stack Overflow

    The article How to install Python 3 on RHEL has up-to-date steps for Python 3.6 via software collections and many tips for working with RHSCLs, Python, and virtual environments.

  5. python - ImportError: No module named requests - Stack Overflow

    Python 3: sudo pip3 install requests if you have pip installed (pip is the package installer for Python and should come by default with your Python installation).

  6. python - How do I install pip on Windows? - Stack Overflow

    pip is a replacement for easy_install. But should I install pip using easy_install on Windows? Is there a better way?

  7. Install Python with cmd or powershell - Stack Overflow

    Sep 30, 2018 · 31 The best way to install Python through Windows Command Prompt will be through Chocolatey (Windows Package Manageer). Steps to install python 3 will be as follows …

  8. How can I add the sqlite3 module to Python? - Stack Overflow

    Jan 19, 2020 · If your python is built from source manually , and meet this error, you should install sqlite-devel package first, then rebuild python, as @falsetru said, the package name will be …

  9. Problems installing libraries via pip after installing Python 3.12

    Oct 5, 2023 · Today I installed the new Python 3.12 on my Ubuntu 22.04 from the ppa repository ppa:deadsnakes/ppa. Everything works, but when I try to install some library with the …

  10. How to install Python (any version) in Windows when you've no …

    Nov 15, 2020 · From the Python website, download the MSI version of Python you wish to install. Then open your command prompt and use this command: