In the windows console I enter the command pip install cpickle

 Collecting cpickle Downloading cpickle-0.5.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "c:\users\kaz19\appdata\local\programs\python\python35\lib\tokenize.py", line 454, in open buffer = _builtin_open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\kaz19\\AppData\\Local\\Temp\\pip-build-nnts2rx3\\cpickle\\setup.py' 

How to fix it?

    1 answer 1

    It turns out that it is already installed in python 3.5 and is called simply pickle.