This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ionelmc
Recipients Arfrever, FFY00, brett.cannon, christian.heimes, doko, dstufft, eric.araujo, frenzy, hugovk, ionelmc, jaraco, lukasz.langa, methane, ncoghlan, ned.deily, p-ganssle, pablogsal, paul.moore, petr.viktorin, steve.dower, vstinner, xtreak
Date 2021-05-05.15:52:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620229961.64.0.245987111644.issue41282@roundup.psfhosted.org>
In-reply-to
Content
Hello everyone, 

How are we supposed to use get_python_lib now (a function that returned the site-packages location)?

`from setuptools._distutils.sysconfig import get_python_lib` doesn't really seem like the right solution and the sysconfig stdlib module doesn't have any get_python_lib function.
History
Date User Action Args
2021-05-05 15:52:41ionelmcsetrecipients: + ionelmc, brett.cannon, doko, paul.moore, jaraco, ncoghlan, vstinner, christian.heimes, ned.deily, eric.araujo, Arfrever, petr.viktorin, methane, lukasz.langa, steve.dower, dstufft, p-ganssle, frenzy, pablogsal, hugovk, xtreak, FFY00
2021-05-05 15:52:41ionelmcsetmessageid: <1620229961.64.0.245987111644.issue41282@roundup.psfhosted.org>
2021-05-05 15:52:41ionelmclinkissue41282 messages
2021-05-05 15:52:41ionelmccreate