-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax Error when running privateGPT.py #89
Comments
@seeschweiler How did you resolve this? I am facing the same error on Python 3.8 Edit: fixed by using Python 3.10 |
revise to this will work. |
Can we make @hanwsf's suggestion the default so that privateGPT will work with Python 3.8? |
python privateGPT.py any suggestions, please? |
"match" will run only on Python 3.10 or above - the code is now newer than the installed Python. Alternative solution with upgrading Pylance (not tested) |
Hi,
when running the script with
python privateGPT.py
I got the following syntax error:
File "privateGPT.py", line 26 match model_type: ^ SyntaxError: invalid syntax
Any suggestions?
Thanks!
The text was updated successfully, but these errors were encountered: