Not sure what is going on there, but you can use pip to install from the github repository:
pip install git+https://github.com/facebook/python-sdk.git\
I usually use pip install -e , which makes pip symlink a package for you, so you can edit the repo, update it, etc., and get the latest changes without having to install the package again.
source share