Open Ricardomol opened 10 months ago
I managed to move on by switching from Python 3.9 to 3.10. However, the docs say this is compatible with Python >= 3.9.
I installed it on Python 3.10 and it works fine now. Python 3.9 doesn't support the latest version.
Describe the bug I get this error
TypeError: unsupported operand type(s) for |: 'type' and 'type'
just by simply importingClient
, like this:from instagrapi import Client
.I'm running the script on Mac OS, have created a Python virtual env and installed instagrapi, like this:
To Reproduce
Traceback
Expected behavior The
Client
object should be imported correctly.Desktop (please complete the following information):