Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. failed: [brainfuck] (item=tqdm) => {
  2. "changed": false,
  3. "cmd": "/usr/bin/pip install -U tqdm",
  4. "item": "tqdm"
  5. }
  6.  
  7. MSG:
  8.  
  9. stdout: Collecting tqdm
  10. Using cached https://files.pythonhosted.org/packages/d8/ca/6524dfba7a0e850d3fda223693779035ddc8bf5c242acd9ee4eb9e52711a/tqdm-4.23.3-py2.py3-none-any.whl
  11. Installing collected packages: tqdm
  12. Found existing installation: tqdm 4.23.2
  13. Uninstalling tqdm-4.23.2:
  14. Successfully uninstalled tqdm-4.23.2
  15. Rolling back uninstall of tqdm
  16.  
  17. :stderr: Exception:
  18. Traceback (most recent call last):
  19. File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main
  20. status = self.run(options, args)
  21. File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 335, in run
  22. prefix=options.prefix_path,
  23. File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 732, in install
  24. **kwargs
  25. File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 837, in install
  26. self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  27. File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 1039, in move_wheel_files
  28. isolated=self.isolated,
  29. File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 376, in move_wheel_files
  30. clobber(source, dest, False, fixer=fixer, filter=filter)
  31. File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 315, in clobber
  32. ensure_dir(destdir)
  33. File "/usr/lib/python2.7/dist-packages/pip/utils/__init__.py", line 83, in ensure_dir
  34. os.makedirs(path)
  35. File "/usr/lib/python2.7/os.py", line 157, in makedirs
  36. mkdir(name, mode)
  37. OSError: [Errno 2] No such file or directory: '/usr/local/man/man1'
  38. You are using pip version 8.1.1, however version 10.0.1 is available.
  39. You should consider upgrading via the 'pip install --upgrade pip' command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement