-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Description
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: F401
ModuleNotFoundError: No module named '_pickle'
>>>> p-fernandes, schettino72 and outdoteth
Metadata
Metadata
Assignees
Labels
No labels