Why can’t I use
$ sudo pip install facebook-python-sdk
even with facebook-python-sdk package in pypi?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure what’s going on there, but you can use
pipto install from the github repo:I usually use
pip install -ewhich makes pip symlink the package for you, so you can edit the repo, update it etc, and get the latest changes without having to pip install again.