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 cooperlees
Recipients cooperlees, terry.reedy, tkandell, vstinner
Date 2019-06-12.14:13:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560348803.46.0.981476204296.issue34058@roundup.psfhosted.org>
In-reply-to
Content
I also have the same problem with _socket that was Fixed on the latest version of CentOS 7 building with gcc 4.8.5.

Adding:
sudo ln -s /usr/local/lib64/python3.7/lib-dynload/ /usr/local/lib/python3.7/lib-dynload

Allowed the .so to be found and the import to work.
History
Date User Action Args
2019-06-12 14:13:23cooperleessetrecipients: + cooperlees, terry.reedy, vstinner, tkandell
2019-06-12 14:13:23cooperleessetmessageid: <1560348803.46.0.981476204296.issue34058@roundup.psfhosted.org>
2019-06-12 14:13:23cooperleeslinkissue34058 messages
2019-06-12 14:13:23cooperleescreate