diezo / Ensta

🔥 Fast & Reliable Python Package For Instagram API - 2024
https://bit.ly/ensta-discord
MIT License
371 stars 44 forks source link

Exception has occurred: TypeError 'type' object is not subscriptable #48

Closed pama1999 closed 10 months ago

pama1999 commented 10 months ago

from ensta import Guest

guest = Guest() profile = guest.profile("leomessi")

print(profile.biography)

image

Installed ensta successfully but doesnt seem to work using the example code

diezo commented 10 months ago

most probably your python version is not up-to-date.

download the latest python version from here

let me know if that worked.

pama1999 commented 10 months ago

that worked I was using py 3.8.2 before