Install distutils with pip3
Hello, I would like to know if distutils could be installed in python3 environment with pip3 ? Thanks.
Hi, distutils is a part of the standard library. The module is not available from pip since it is intended to be installed with Python itself. Some Linux distributions like to pull standard libraries into separate packages. On Ubuntu, for example, you will need to install python3-distutils to get it. After that, it should be available for both the system Python and virtual environments. TP
On 29/3/2020, at 01:33, Samuel Mutel <samuel.mutel@gmail.com> wrote:
Hello,
I would like to know if distutils could be installed in python3 environment with pip3 ?
Thanks. -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-leave@python.org https://mail.python.org/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/archives/list/distutils-sig@python.org/message/N7VOW...
participants (2)
-
Samuel Mutel
-
Tzu-ping Chung