vkantor / MIPT_Data_Mining_In_Action_2016

"Data Mining in Action Course", Moscow Institute of Physics and Technologies
209 stars 175 forks source link

cPickle module not found #40

Open od2elf opened 7 years ago

od2elf commented 7 years ago

При выполнении задания 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?

od2elf commented 7 years ago

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

kirillbobyrev commented 7 years ago

"Close the issue"?

senya-ashukha commented 7 years ago

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 https://github.com/vkantor/MIPT_Data_Mining_In_Action_2016/issues/40#issuecomment-262582860, or mute the thread https://github.com/notifications/unsubscribe-auth/AKBNU6Ij5oE8qXW08sMasc7Kj4codWZaks5rBHo_gaJpZM4K6rXO .

Yours sincerely, Ashuha Arseniy.