vkantor/MIPT_Data_Mining_In_Action_2016

cPickle module not found

od2elf opened this issue · 3 comments

При выполнении задания 4 по трендам выдает такую ошибку:

ImportError: No module named 'cPickle'

Пытаюсь через pip установить или проапгрейдить cPickle:

pip install --upgrade cPickle
pip install cPickle

Выдает такой результат:

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-o0zr4qpl/cPickle/
При этом другие модули ставятся и апгрейдятся нормально.

Дело в том, что у меня питон 3?

Все разобрался - в 3й версии питона cPickle называется _pickle

"Close the issue"?

http://stackoverflow.com/questions/33856283/how-to-read-serialized-data-by-python2-cpikle-with-python3-pickle

On Wed, Nov 23, 2016 at 8:39 PM Kirill Bobyrev notifications@github.com
wrote:

"Close the issue"?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#40 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKBNU6Ij5oE8qXW08sMasc7Kj4codWZaks5rBHo_gaJpZM4K6rXO
.

Yours sincerely,
Ashuha Arseniy.