-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Below are the separate times I tried running this in Powershell on Windows 10. I have everything installed and was able to install requirements through pip. Not really sure where to go from here. The README was kinda vague so I apologize that I'm lost.
PS B:\downloads\resume-master> python generate.py
File "generate.py", line 3
SyntaxError: Non-ASCII character '\xc3' in file generate.py on line 4, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
PS B:\downloads\resume-master> python generate.py
File "generate.py", line 3
SyntaxError: 'ascii' codec can't decode byte 0xc3 in position 0: ordinal not in range(128)
PS B:\downloads\resume-master> python generate.py
Traceback (most recent call last):
File "generate.py", line 14, in <module>
from resume_generator import environment_setup, ResumeGenerator
File "B:\downloads\resume-master\resume_generator.py", line 65
yield from glob.iglob("{}/*{}".format(directory, ext))
^
SyntaxError: invalid syntax
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels