Describe the bug
Pillow is missing in the requirements.
To Reproducepip install instagrapi on a machine without Pillow and run the first example.
Traceback
...
from instagrapi import Client
File "/home/u/apps/insta/venv/lib/python3.11/site-packages/instagrapi/__init__.py", line 12, in <module>
from instagrapi.mixins.clip import DownloadClipMixin, UploadClipMixin
File "/home/u/apps/insta/venv/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
Expected behavior
No error
Desktop (please complete the following information):
OS: Archlinux
Python version 3.11.3
instagrapi version 1.17.10
Feel free to close this issue if Pillow is an optional requirement.
Describe the bug Pillow is missing in the requirements.
To Reproduce
pip install instagrapi
on a machine withoutPillow
and run the first example.Traceback
Expected behavior No error
Desktop (please complete the following information):
Feel free to close this issue if
Pillow
is an optional requirement.