Hi Armin,

the Tensorflow build is quite a process driven by the bazel build
engine and not standard python/pypy tools. My guess is, that it just
misses out on that file.

Thank you for the very quick response, will keep you posted!

Best,
Christoph

Armin Rigo <armin.r...@gmail.com> writes:

> Hi,
>
> On 25 January 2017 at 12:32, Christoph Lassner
> <christoph.lass...@tuebingen.mpg.de> wrote:
>> The missing symbols are, for example:
>>
>> PyPyInt_FromLong
>> PyPyList_SET_ITEM
>> PyPyErr_Occurred
>> _PyPyInstance_Lookup
>> PyPyDict_SetItem
>> ...
>
> These are all symbols defined in the standard libpypy-c.so.  I don't
> know why in your case the linking is not working.
>
>
> Armin
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to