About 50 results
Open links in new tab
  1. python - Playwright install fails on Ubuntu 24.04 due to missing system ...

    Apr 28, 2025 · I'm trying to set up Playwright for Python on Ubuntu 24.04 (Noble Numbat). Here are the steps I followed: Created a virtual environment: python3 -m venv venv source venv/bin/activate …

  2. Python 3.13 Install on Standard Ubuntu Causing Unmet Dependencies …

    Dec 12, 2024 · Other people might be interested that there are instructions to install Python 3.13 on Ubuntu 24.04.

  3. python - How can I install IPython in Debian 12 or Ubuntu 23.04 where ...

    Sep 9, 2023 · The arguably correct way to install ipython is through apt (sudo apt install python3-ipython, just like you probably at one time did with python3 and python3-pip). All answers seems to focus on …

  4. Multiple Python versions in the same Ubuntu machine

    Sep 29, 2022 · Just to note you probably don't want to use apt update alternatives to switch between Python versions. This will change your Python interpreter version system-wide which is likely to …

  5. fatal error: Python.h: No such file or directory - Stack Overflow

    Feb 3, 2014 · Sure python-dev or libpython-all-dev are the first thing to (apt ) install, but if that doesn't help as was my case, I advice you to install the foreign Function Interface packages by sudo apt-get …

  6. How can I install distutils for Python on Ubuntu?

    sudo apt-get install python3.10-distutils reference: Negative Python user experience on Debian/Ubuntu - distutils is stripped down and missing most code.

  7. python - Proper way to install pip on Ubuntu - Stack Overflow

    I'm trying to install the latest version of pip (currently 8.1.2) on the official ubuntu/trusty64 Vagrant box. The box comes with Python 2.7.6 and 3.4.3 pre-installed with apt-get.

  8. How to install pip with Python 3? - Stack Overflow

    sudo yum install python-setuptools sudo easy_install pip Installing pip on CentOS 7 for Python 3.x Assuming you installed Python 3.4 from EPEL, you can install Python 3's setup tools and use it to …

  9. How to install Python 3.6 on Ubuntu 22.04? - Stack Overflow

    May 3, 2022 · I need to install this specific Python version, to prepare a developer environment, because I'm maintaining a system with multiple libraries based on python 3.6.9. I recently installed Ubuntu …

  10. How can I install Python 3.9 on a Linux Ubuntu terminal?

    Feb 23, 2023 · 84 If you are on Ubuntu 19.10 (Eoan Ermine) (or any other version unsupported by the deadsnakes PPA), you will not be able to install using the deadsnakes PPA. What you can do …