Created
April 14, 2014 03:19
-
-
Save necaris/10613453 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main | |
status = self.run(options, args) | |
File "/usr/local/lib/python2.7/site-packages/pip/commands/install.py", line 283, in run | |
requirement_set.install(install_options, global_options, root=options.root_path) | |
File "/usr/local/lib/python2.7/site-packages/pip/req.py", line 1435, in install | |
requirement.install(install_options, global_options, *args, **kwargs) | |
File "/usr/local/lib/python2.7/site-packages/pip/req.py", line 671, in install | |
self.move_wheel_files(self.source_dir, root=root) | |
File "/usr/local/lib/python2.7/site-packages/pip/req.py", line 901, in move_wheel_files | |
pycompile=self.pycompile, | |
File "/usr/local/lib/python2.7/site-packages/pip/wheel.py", line 140, in move_wheel_files | |
scheme = distutils_scheme(name, user=user, home=home, root=root) | |
File "/usr/local/lib/python2.7/site-packages/pip/locations.py", line 155, in distutils_scheme | |
i.finalize_options() | |
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 268, in finalize_options | |
raise DistutilsOptionError("can't combine user with prefix, " | |
DistutilsOptionError: can't combine user with prefix, exec_prefix/home, or install_(plat)base | |
Storing debug log for failure in /Users/rami/.pip/pip.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment