Public bug reported:

I did
```
sudo apt update
sudo apt upgrade
```
this morning. Then tried to install a new module using pip.

```
vernon@hplt:~$ pip3 install ifaddr
Traceback (most recent call last):
  File "/usr/local/bin/pip3", line 6, in <module>
    from pip._internal.cli.main import main
ModuleNotFoundError: No module named 'pip._internal.cli.main'
vernon@hplt:~$ which pip3
/usr/local/bin/pip3
vernon@hplt:~$ sudo apt upgrade python3-pip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python3-pip is already the newest version (18.1-5ubuntu1).
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
vernon@hplt:~$ sudo apt-cache policy python3-pip
python3-pip:
  Installed: 18.1-5ubuntu1
  Candidate: 18.1-5ubuntu1
  Version table:
 *** 18.1-5ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu focal/universe i386 Packages
        100 /var/lib/dpkg/status
vernon@hplt:~$ lsb_release -rd
Description:    Ubuntu Focal Fossa (development branch)
Release:        20.04

```

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1866220

Title:
  pip3 crashes on install request on latest focal beta

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1866220/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to