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 christian.heimes
Recipients AliyevH, anuppari, christian.heimes, vinay.sajip
Date 2021-03-15.10:03:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615802614.09.0.424206524668.issue43334@roundup.psfhosted.org>
In-reply-to
Content
I agree with Vinay. venvs don't contain copies of libpython or header files by design. setuptools will pcik them up from the main installation.

If you have any issues with compiling C extensions, please report them with setuptools at https://github.com/pypa/setuptools/
History
Date User Action Args
2021-03-15 10:03:34christian.heimessetrecipients: + christian.heimes, vinay.sajip, AliyevH, anuppari
2021-03-15 10:03:34christian.heimessetmessageid: <1615802614.09.0.424206524668.issue43334@roundup.psfhosted.org>
2021-03-15 10:03:34christian.heimeslinkissue43334 messages
2021-03-15 10:03:33christian.heimescreate