[Bug 1614299] Re: install failure on python 3.5
zw.paper
zw.paper at gmail.com
Tue Dec 4 10:47:22 UTC 2018
Hi Peter,
I meet this too, do you have any solution or update for this?
I meet this when I use the virtualenv in pyenv to package my app.
It's ok if I use the system python3, but distutils package was missed.
I can find a way to keep both python-apt and distutils
Thanks for the help.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-apt in Ubuntu.
https://bugs.launchpad.net/bugs/1614299
Title:
install failure on python 3.5
Status in python-apt package in Ubuntu:
Confirmed
Bug description:
Related to expired issue: https://answers.launchpad.net/ubuntu/+source
/python-apt/+question/285522
snafu$ cd /tmp
snafu$ pyvenv apt
snafu$ source apt/bin/activate
(apt) snafu$ lsb_release -a; uname -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Linux snafu 4.4.0-34-generic #53-Ubuntu SMP Wed Jul 27 16:06:39 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
(apt) snafu$ pip install python-apt
Collecting python-apt
Using cached python-apt-0.7.8.tar.bz2
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-l1pt_xe2/python-apt/setup.py", line 6, in <module>
from DistUtilsExtra.command import *
ImportError: No module named 'DistUtilsExtra'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-l1pt_xe2/python-apt/
You are using pip version 8.1.1, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1614299/+subscriptions
More information about the foundations-bugs
mailing list