-
Notifications
You must be signed in to change notification settings - Fork 4
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
syntaxError #9
Comments
Which python version do you use? |
I have the same error, i have the version 3.9 of python |
I am currently running Python 3.12.6, which version of python should I be running? |
I solved my issue on Windows 10. I forgot to run the Python Dependencies and I ran them independent from each other like so: |
i install this pips but it still doesn't work for me |
Did you happen to download the "mega_nz-Creator-main.zip" folder and the "megatools-1.11.1.20230212-win64.zip" and extract it to the same location somewhere on your C: drive? |
you need to upgrade to 3.10 or greater |
Now work, thanks!!! |
Don't know exactly what I am doing wrong here but I am getting a syntaxError.
blurge16@brooksserver:~/Documents/mega_nz-Creator$ python3 Main.py
File "Main.py", line 66
match os.name:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: