Advertisement
lamiastella

cPickle for Python

Jun 13th, 2017
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. E:\opensource_codes\semi-auto-anno\src>pip install cPickle
  2. Collecting cPickle
  3. Downloading cpickle-0.5.tar.gz
  4. Complete output from command python setup.py egg_info:
  5. Traceback (most recent call last):
  6. File "<string>", line 1, in <module>
  7. File "C:\ProgramData\Anaconda3\lib\tokenize.py", line 452, in open
  8. buffer = _builtin_open(filename, 'rb')
  9. FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\mona6\\AppData\\Local\\Temp\\pip-build-a0e2ptew\\cPickle\\setup.py'
  10.  
  11. ----------------------------------------
  12. Command "python setup.py egg_info" failed with error code 1 in C:\Users\mona6\AppData\Local\Temp\pip-build-a0e2ptew\cPickle\
  13.  
  14. E:\opensource_codes\semi-auto-anno\src>pip install cpickle
  15. Collecting cpickle
  16. Using cached cpickle-0.5.tar.gz
  17. Complete output from command python setup.py egg_info:
  18. Traceback (most recent call last):
  19. File "<string>", line 1, in <module>
  20. File "C:\ProgramData\Anaconda3\lib\tokenize.py", line 452, in open
  21. buffer = _builtin_open(filename, 'rb')
  22. FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\mona6\\AppData\\Local\\Temp\\pip-build-jvhaabmo\\cpickle\\setup.py'
  23.  
  24. ----------------------------------------
  25. Command "python setup.py egg_info" failed with error code 1 in C:\Users\mona6\AppData\Local\Temp\pip-build-jvhaabmo\cpickle\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement