About 127,000 results
Open links in new tab
  1. python3 - Unable to install pip into WSL (Ubuntu)? - Ask Ubuntu

    Dec 30, 2021 · If you are doing something very simple, and are happy to modify the System (global) install of Python, you can still install 'System Packages' which are installed via 'apt':

  2. E: Package 'python' has no installation candidate - Ask Ubuntu

    Feb 16, 2023 · 2to3 python2-minimal:i386 python2:i386 python2-minimal python2 dh-python python-is-python3 E: Package 'python' has no installation candidate The output remained the same even after …

  3. What is the best way to install Python packages? - Ask Ubuntu

    Aug 19, 2016 · See the Python module installation guide for the exact file structure and specifically where your site-packages are. Note: if you use the --home installation scheme then you may need to …

  4. python3 - pip error on Ubuntu: externally-managed-environment × …

    Apr 25, 2023 · Here's the summary. There are three ways to approach this problem: 1. Install the Python package using APT For instance, if you want to install the requests Python library, you can install it …

  5. Issues with pip in Ubuntu 24.04 LTS

    Sep 2, 2024 · - man1/ipython.1 (symlink missing or pointing to unexpected location) package numpy 2.1.0, installed using Python 3.12.3 - f2py - numpy-config Now, running jupyter notebook is showing …

  6. E: Package 'python-software-properties' has no installation candidate ...

    Feb 19, 2014 · Here is how I got it resolved. goto Home -> Torch -> Open install-deps find the keyword python-software-properties and replace it with software-python-common, save and exit. install the …

  7. How to find python installation directory on Ubuntu

    Apr 1, 2017 · I have installed Python 3.2 in a separate directory. How can I get the python installation path in Ubuntu shell? Is there any way I can let the shell know/choose at runtime which python …

  8. Trying to install python3-pip, which has no installation candidate

    I get: update-alternatives: using /usr/bin/python3.8 to provide /usr/bin/python (python) in auto mode My python version is: Python 3.8.5 The issue is still that when I run: sudo apt install python3-pip E: …

  9. 14.04 - How can I install python-dev off apt-get? - Ask Ubuntu

    E: Package 'python2.7-dev' has no installation candidate I have researched on the debian archives and found a package for python 2.7.8-1 but that couldn't be installed.

  10. How do I install packages with pip when there are multiple Python ...

    I have different versions of python installed, python 2.7 being the default and 3.2 the second. Now I want to install pyramid to the 3.2 installation. How can I do this? Just using pip to install p...