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
Traceback (most recent call last):
File "src/gmail_server.py", line 7, in
import sms_api
File "/Users/ameet9034/ChatGPT-Mobile/src/sms_api.py", line 2, in
from log import AppLogger
File "/Users/ameet9034/ChatGPT-Mobile/src/log.py", line 19
match type.lower():
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
I believe this is most likely an issue with the version of Python you are using. Support for match/case statements was added somewhat recently in Python version 3.10 so you must be using this version or higher. Please let me know if this solves your issue and I will make a note to add this to the README.
Traceback (most recent call last):
File "src/gmail_server.py", line 7, in
import sms_api
File "/Users/ameet9034/ChatGPT-Mobile/src/sms_api.py", line 2, in
from log import AppLogger
File "/Users/ameet9034/ChatGPT-Mobile/src/log.py", line 19
match type.lower():
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: