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 <[email protected]> wrote:
> 
> Hello,
> 
> I would like to know if distutils could be installed in python3 environment 
> with pip3 ?
> 
> Thanks.
> --
> Distutils-SIG mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> https://mail.python.org/mailman3/lists/distutils-sig.python.org/
> Message archived at 
> https://mail.python.org/archives/list/[email protected]/message/N7VOW7MGNHS6MPUINHHZCIG7Y3XGBW3V/
--
Distutils-SIG mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/QEYCLULZ7P7IFJO5SOQVTBO6NDRBKOJN/

Reply via email to