hikaruAi / FacebookBot

A facebook bot to scrap, post, spam and more without the facebook API
Apache License 2.0
359 stars 117 forks source link

Error installing via pip" Version mismatch #9

Open rabimba opened 6 years ago

rabimba commented 6 years ago

I am getting a "Could not find a version that satisfies the requirement FacebookBot (from versions: ) No matching distribution found for FacebookBot" when I am trying to install via pip. image

This is both in OSX and Ubuntu. I have python 3.4.0 and 3.4.8 installed. And explicitly using 3.4.0.

image

ccanaria commented 6 years ago

same error I'm getting right now

morsamatias commented 5 years ago

Same error

edtsoi430 commented 5 years ago

I encountered this issue as well. For me it was "python3 -m pip install --upgrade pip". Try to use pip3. Hope this helps.