Skip to content

2 ASCII error's and "from" Syntax Error #13

@colelamers

Description

@colelamers

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions