Skip to content
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

macOS Catalina Unable to run .py script: Invalid Server Response #7

Open
barddzen opened this issue Nov 22, 2020 · 1 comment
Open

Comments

@barddzen
Copy link

I get the following error:
python onenote_export.py --outdir ~/Downloads/onenote_export --select 'Personal'
File "onenote_export.py", line 62
raise RuntimeError(f'Invalid server response: {resp}')
^
SyntaxError: invalid syntax

@danmou
Copy link
Owner

danmou commented Nov 22, 2020

Make sure you're using at least Python 3.6. you might have to replace python with python3 in the command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants