Reputation: 171
When I type pip3 install --user Facebook in my CMD. Output appear as below
Could not find a version that satisfies the requirement facebook (from versions: ) No matching distribution found for facebook
Upvotes: 0
Views: 1199
Reputation: 182
I just faced this same issue. I solved by installing facebook-sdk instead just facebook. Run :- pip install facebook-sdk or pip3 install facebook-sdk
Upvotes: 1