Issue 23805: _hashlib compile error? (original) (raw)

Issue23805

Created on 2015-03-29 12:23 by SinusAlpha, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg239487 - (view) Author: Freddy (SinusAlpha) Date: 2015-03-29 12:23
I just installed Python 3.5.0a2 from Source. Debian 3.2.65-1+deb7u1 x86_64 GNU/Linux [264/392] test_hashlib /root/Downloads/Python-3.5.0a2/Lib/test/test_hashlib.py:52: UserWarning: Did a C extension fail to compile? No module named '_hashlib' warnings.warn('Did a C extension fail to compile? %s' % error) Sorry, I'm not sure if it is an issue.
msg239491 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2015-03-29 14:32
Well, you'll need to look in your build log to see why _hashlib failed to compile or failed to be usable.
msg382349 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2020-12-02 22:23
Freddy, this issue is 5 years old with no activity and no indicated action for the python devs, so I am closing it. If you are still seeing compilation errors, please create a new one and update it with more details.
History
Date User Action Args
2022-04-11 14:58:14 admin set github: 67993
2020-12-02 22:23:43 iritkatriel set status: open -> closednosy: + iritkatrielmessages: + stage: resolved
2015-03-29 14:32:02 r.david.murray set nosy: + r.david.murraymessages: +
2015-03-29 12:23:21 SinusAlpha create