jeansnkicks / pyev

Automatically exported from code.google.com/p/pyev
0 stars 0 forks source link

Trouble install pyev module on Python 2.6+ #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sudo pip install pyev

What is the expected output? What do you see instead?
Expect to have module installed with Python, instead a number of permission 
issues are raised.

What version of the product are you using? On what operating system?
ubuntu 11.10

Please provide any additional information below.

solution seems to be:

1. sudo pip install --no-install pyev
2. chown -R [user] build/pyev/
3. sudo pip install pyev

Original issue reported on code.google.com by jlewis604@gmail.com on 31 May 2012 at 9:12

GoogleCodeExporter commented 8 years ago
Simple workaround for this trouble.

Original comment by blackwit...@gmail.com on 16 Jul 2012 at 2:05

Attachments:

GoogleCodeExporter commented 8 years ago
Should be added ASAP.

Not being able to install it using pip makes it a major annoyance when 
**everything else** can be installed via pip and a requirements.txt file...

Original comment by adr...@planetcoding.net on 24 Jul 2012 at 2:44

GoogleCodeExporter commented 8 years ago
I would also like to stress the importance of applying this patch, especially 
given how trivial it is.  Yes, it's a bug in pip, but even if that bug were 
fixed today, most users wouldn't see the fix for quite some time, so the 
workaround is still important.

Original comment by ty...@datastax.com on 13 Aug 2013 at 9:31

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I ran into this when I was using an earlier version of pip. I think it's not a 
problem in recent versions of pip, but might as well fix it for folks on old 
versions.

Original comment by msabr...@gmail.com on 24 Mar 2014 at 3:28