Advertisement
coreag

Untitled

Apr 27th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. Exception:
  2. Traceback (most recent call last):
  3. File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 209, in main
  4. status = self.run(options, args)
  5. File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 335, in ru n
  6. prefix=options.prefix_path,
  7. File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 732, in install
  8. **kwargs
  9. File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 837, in ins tall
  10. self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  11. File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 1039, in mo ve_wheel_files
  12. isolated=self.isolated,
  13. File "/usr/lib/python3/dist-packages/pip/wheel.py", line 247, in move_wheel_fi les
  14. prefix=prefix,
  15. File "/usr/lib/python3/dist-packages/pip/locations.py", line 153, in distutils _scheme
  16. i.finalize_options()
  17. File "/usr/share/python-wheels/setuptools-20.7.0-py2.py3-none-any.whl/setuptoo ls/command/install.py", line 38, in finalize_options
  18. orig.install.finalize_options(self)
  19. File "/usr/lib/python3.5/distutils/command/install.py", line 273, in finalize_ options
  20. raise DistutilsOptionError("can't combine user with prefix, "
  21. distutils.errors.DistutilsOptionError: can't combine user with prefix, exec_pref ix/home, or install_(plat)base
  22. You are using pip version 8.1.1, however version 9.0.1 is available.
  23. You should consider upgrading via the 'pip install --upgrade pip' command.
  24.  
  25. An error occurred and the requirements setup might not be completed. Consult the docs.
  26.  
  27. Press enter to continue.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement