[issue33230] _decimal build failure (unsupported platform for that module) - evolution possible?

Hubert Holin report at bugs.python.org
Fri Apr 6 13:25:34 EDT 2018


Hubert Holin <Hubert.Holin at free.fr> added the comment:

This is correct: I had an older version of mpdecimal in /usr/local. However, when removed mpdecimal is (manually) removed from /usr/local (the libs and the header), making a "make clean", a config and make, the _decimal build still fails, but this time for a different reason:

/Developer/Python/3.6/Python/Python-3.6.5/Modules/_decimal/_decimal.c:34:10: fatal error: 'mpdecimal.h' file not found
#include "mpdecimal.h"

Still, we are getting closer: should I install a newer version of mpdecimal and try again?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33230>
_______________________________________


More information about the Python-bugs-list mailing list