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 Battant, DevinCharles, alex, christian.heimes, dstufft, janssen
Date 2021-11-10.16:55:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636563311.56.0.934441009653.issue44319@roundup.psfhosted.org>
In-reply-to
Content
Update:

I came up with a hack that lets you use the openssl11 module from EPEL with Python:

https://discuss.python.org/t/modulenotfounderror-no-module-named-mysql-in-python-3-10-0-default-nov-6-2021-1425-gcc-4-8-5-20150623-red-hat-4-8-5-44-on-linux/11823/5?u=tiran

sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure
History
Date User Action Args
2021-11-10 16:55:11christian.heimessetrecipients: + christian.heimes, janssen, alex, dstufft, Battant, DevinCharles
2021-11-10 16:55:11christian.heimessetmessageid: <1636563311.56.0.934441009653.issue44319@roundup.psfhosted.org>
2021-11-10 16:55:11christian.heimeslinkissue44319 messages
2021-11-10 16:55:11christian.heimescreate