Ned Deily <n...@python.org> added the comment:

If setuptools 50 is in use, you are likely running into one of various problems 
introduced by setuptools new vendoring of distutils which breaks various Ubuntu 
local modifications.  It looks like a temporary workaround is to to add this 
environment variable definition:
SETUPTOOLS_USE_DISTUTILS=stdlib

See https://github.com/pypa/setuptools/issues/2350 and others. If that doesn't 
work, you may want to follow up on an Ubuntu forum or the pip issue tracker:
https://github.com/pypa/pip/issues

----------
nosy: +ned.deily
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41683>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to