fpedrolucas95 / Instagram-Bot

InstaBot é um bot de engajamento para Instagram, desenvolvido em PyQt5 e Python, realiza ações de curtir, seguir e comentar com filtros de interação.
MIT License
2 stars 1 forks source link

Missing requirement Pillow #1

Closed ap0l0 closed 11 months ago

ap0l0 commented 11 months ago

The script is missing a requirement:

 File "/usr/local/anaconda3/envs/insta-brazil/lib/python3.11/site-packages/instagrapi/mixins/clip.py", line 18, in <module>
    raise Exception("You don't have PIL installed. Please install PIL or Pillow>=8.1.1")
Exception: You don't have PIL installed. Please install PIL or Pillow>=8.1.1

To solve this issue installing this requirement should work:

pip install Pillow

fpedrolucas95 commented 11 months ago

I forgot about that, I'm sorry. 😅 Fixed!