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.mu...@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-le...@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/N7VOW7MGNHS6MPUINHHZCIG7Y3XGBW3V/
--
Distutils-SIG mailing list -- distutils-sig@python.org
To unsubscribe send an email to distutils-sig-le...@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/QEYCLULZ7P7IFJO5SOQVTBO6NDRBKOJN/

Reply via email to