This affects running of Android Open Source Project (AOSP) Vendor Test
Suite (VTS) on Ubuntu 20.04.

$ virtualenv --version
virtualenv 20.0.13 from /usr/lib/python3/dist-packages/virtualenv/__init__.py

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956148 mentions steps
like:

[sudo] apt install python3-pip python3-virtualenv \p
pip3 install ipaddr \p
[sudo] cp $WHEEL_LOCATION/ipaddr-2.2.0-py2.py3-none-any.whl 
/usr/share/python-wheels/ \p
[sudo] apt install python2.7 \p

In my environment:

$ pip3 install ipaddr
Requirement already satisfied: ipaddr in 
/home/dwhea/.local/lib/python3.8/site-packages (2.2.0)

There isn't a ipaddr-2.2.0-py2.py3-none-any.whl file on my system.

Hoping for this to be fixed "out of the box".

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

Title:
  Python2 virtualenv installs broken pip command

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-virtualenv/+bug/1873369/+subscriptions

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

Reply via email to