This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Brewed pip tries to write to /lib, fails under El Capitan #44836
Labels
Comments
Homebrew certainly wouldn't be supporting it needing to write to a root-necessary directory given half the point of I haven't seen this anywhere else yet, so perhaps something is awry locally. Can you |
|
Got it fixed! I had a |
Great! Glad things are working again 😃. |
I didn't have |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I updated to El Capitan and fixed homebrew. I can install formulae just fine. Problem is,
pip install
anything fails, same aspip3 install
anything.pip3 fails in a similar manner:
It seems to be either trying to read from or write to
/lib
, which is not allowed by SIP, nor does it even exist in El Capitan.I've tried to re-install python 2 and python 3, and that didn't help.
Trying to install to a virtualenv yields the same result, which is even worse. I see no reason why pip should ever come close to
/lib
.The text was updated successfully, but these errors were encountered: