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
I'm getting error even when I'm running help command. I'm using Python 3.8.10 and all the libraries as you mentioned in the process. Still I'm getting error. I'm attaching screenshot for better understanding. Thanks for the help in advance.
The text was updated successfully, but these errors were encountered:
Hello, @NiceboyWiseboy. This error means that you use outdated python version. Please update python if it's possible. With python 3.9 this error should be gone.
You can fix it by replacing dict[] and list[] with Dict and List from typing module.
Hello @s3rius and everyone,
I'm getting error even when I'm running help command. I'm using Python 3.8.10 and all the libraries as you mentioned in the process. Still I'm getting error. I'm attaching screenshot for better understanding. Thanks for the help in advance.
The text was updated successfully, but these errors were encountered: