Danie1 / threads-api

Unofficial Python API for Meta's Threads App
https://pypi.org/project/threads-api/
MIT License
121 stars 16 forks source link

Login complains PIL is not installed in 1.1.3 #18

Closed bpjobin closed 1 year ago

bpjobin commented 1 year ago

Tried to run the example to create a post using the latest 1.1.3 version and the script complains PIL is not installed even though it is...

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

Danie1 commented 1 year ago

Which Python version are you using?

bpjobin commented 1 year ago

3.11.3

On Jul 12, 2023, at 13:07, Danie1 @.***> wrote:

Which Python version are you using?

bpjobin commented 1 year ago

Nevermind, it works under 3.9.1.