[Python-Dev] Not being able to compile: "make: *** [Programs/_freeze_importlib] Error 1"
R. David Murray
rdmurray at bitdance.com
Thu Apr 16 23:34:26 CEST 2015
On Thu, 16 Apr 2015 18:09:01 -0300, Facundo Batista <facundobatista at gmail.com> wrote:
> Full trace here:
>
> http://linkode.org/TgkzZw90JUaoodvYzU7zX6
>
> Before going into a deep debug, I thought about sending a mail to see
> if anybode else hit this issue, if it's a common problem, if there's a
> known workaround.
Most likely you just need to run 'make touch' so that it doesn't try
to rebuild stuff it doesn't need to (because we check in those
particular build artifacts, like the frozen importlib).
--David
More information about the Python-Dev
mailing list