[pypy-dev] pickle numpy array from pypy to cpython?

Eli Stevens (Gmail) wickedgrey at gmail.com
Thu Jun 23 22:14:18 EDT 2016


I'm trying to construct some data that includes numpy arrays in pypy,
pickle it, then unpickle it in cpython (to use some
non-pypy-compatible libs).

However, the actual class of the pickled array is _numpypy.multiarray,
which cpython doesn't have.

Any suggestions?

Thanks,
Eli


More information about the pypy-dev mailing list