Skip to content

pypy 3.8 fails to import cloudpickle #455

Description

@dand-oss

pypy 3.8 release 7.3.6 does not find c extension _pickle

# python
Python 3.8.12 (279d80ac2079, Oct 17 2021, 05:25:30)
[PyPy 7.3.6 with GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>> import cloudpickle
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/pypy/lib/pypy3.8/site-packages/cloudpickle/__init__.py", line 4, in <module>from cloudpickle.cloudpickle import*# noqa
File "/pypy/lib/pypy3.8/site-packages/cloudpickle/cloudpickle.py", line 57, in <module>from .compat import pickle
File "/pypy/lib/pypy3.8/site-packages/cloudpickle/compat.py", line 13, in <module>from _pickle import Pickler # noqa: F401ModuleNotFoundError: No module named '_pickle'
>>>> 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions