10000 PyPy in docker with Jupyter with 0.20.rc1 · Issue #11971 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
PyPy in docker with Jupyter with 0.20.rc1 #11971
@giodegas

Description

@giodegas

Running

pip install --pre scikit-learn

in a docker container with

docker pull giodegas/pypy-jupyter:scipy

The error:

/usr/local/site-packages/sklearn/externals/joblib/externals/loky/backend/compat.py in <module>()
     10 if sys.version_info[:2] >= (3, 3):
     11     import queue
---> 12     from _pickle import PicklingError
     13 else:
     14     import Queue as queue

ImportError: No module named '_pickle' 

shows up.
(you may not get the latest updated container from the docker hub site, since it is slow, I am working with a local copy).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0