Lasal Senarath
Lasal Senarath

Reputation: 171

Fail to install package Facebook in CMD

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

Answers (1)

Rohit Joshi
Rohit Joshi

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

Related Questions