Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Collecting tabulate
  2. Downloading tabulate-0.7.7-py2.py3-none-any.whl
  3. Installing collected packages: tabulate
  4. Exception:
  5. Traceback (most recent call last):
  6. File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 209, in main
  7. status = self.run(options, args)
  8. File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 335, in run
  9. prefix=options.prefix_path,
  10. File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 732, in install
  11. **kwargs
  12. File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 837, in install
  13. self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  14. File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 1039, in move_wheel_files
  15. isolated=self.isolated,
  16. File "/usr/lib/python3/dist-packages/pip/wheel.py", line 247, in move_wheel_files
  17. prefix=prefix,
  18. File "/usr/lib/python3/dist-packages/pip/locations.py", line 153, in distutils_scheme
  19. i.finalize_options()
  20. File "/usr/lib/python3.5/distutils/command/install.py", line 273, in finalize_options
  21. raise DistutilsOptionError("can't combine user with prefix, "
  22. distutils.errors.DistutilsOptionError: can't combine user with prefix, exec_prefix/home, or install_(plat)base
  23.  
  24. You are using pip version 8.1.1, however version 9.0.1 is available.
  25. You should consider upgrading via the 'pip install --upgrade pip' command.
  26. ^^ I have tried using the command they list in there but it says I'm up to date ^^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement