TTC icon indicating copy to clipboard operation
TTC copied to clipboard

error: can't combine user with prefix, exec_prefix/home, or install_(plat)base

Open jeffhammond opened this issue 8 years ago • 2 comments

What am I doing wrong here?

TTC-github jrhammon$ python setup.py install --user 
running install
error: can't combine user with prefix, exec_prefix/home, or install_(plat)base

jeffhammond avatar Apr 20 '16 22:04 jeffhammond

I need to look into this. It occurs on my Mac as well. I am using "python setup.py install" instead, this works for me. please let me know if this resolves the issue for you.

springer13 avatar Apr 20 '16 22:04 springer13

Yeah, that works, except for the part where it perturbs /usr/local/lib/python2.7/site-packages. I am obsessive about installation isolation, regardless of how antithetical this is to the Python Way.

jeffhammond avatar Apr 20 '16 22:04 jeffhammond