-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Labels
Description
I am getting a SyntaxError when trying to install 0.17.0 - I'm doing the manual Command Prompt install, as my antivirus will not allow me to override the download.
Here is the command prompt message:
C:\manuskript>C:\Python34\python "C:\manuskript\bin\manuskript"
Traceback (most recent call last):
File "C:\manuskript\bin\manuskript", line 11, in <module>
from manuskript import main
File "C:\manuskript\bin\..\manuskript\main.py", line 256
LOGGER.info(f'{sig} received. Quitting...')
^
SyntaxError: invalid syntax
Can someone please help?
Reactions are currently unavailable