You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just curious if anyone else getting this error message after "import fal_client" in Python?
import asyncio
import fal_client
Traceback (most recent call last):
File "", line 1, in
File "/home/user/.local/share/virtualenvs/3Vf-bV_HfJWj/lib/python3.8/site-packages/fal_client/init.py", line 1, in
from fal_client.client import (
File "/home/user/.local/share/virtualenvs/3Vf-bV_HfJWj/lib/python3.8/site-packages/fal_client/client.py", line 23, in
AnyJSON = dict[str, Any]
TypeError: 'type' object is not subscriptable
Tried using just 'pip' and still the same error message.
My system:
Ubuntu 20.04.6 LTS
Python 3.8.10
pipenv, version 11.9.0
fal-client 0.5.4
The text was updated successfully, but these errors were encountered:
Just curious if anyone else getting this error message after "import fal_client" in Python?
import asyncio
import fal_client
Traceback (most recent call last):
File "", line 1, in
File "/home/user/.local/share/virtualenvs/3Vf-bV_HfJWj/lib/python3.8/site-packages/fal_client/init.py", line 1, in
from fal_client.client import (
File "/home/user/.local/share/virtualenvs/3Vf-bV_HfJWj/lib/python3.8/site-packages/fal_client/client.py", line 23, in
AnyJSON = dict[str, Any]
TypeError: 'type' object is not subscriptable
Tried using just 'pip' and still the same error message.
My system:
Ubuntu 20.04.6 LTS
Python 3.8.10
pipenv, version 11.9.0
fal-client 0.5.4
The text was updated successfully, but these errors were encountered: