yoheinakajima / instagraph

Converts text input or URL into knowledge graph and displays
MIT License
3.25k stars 280 forks source link

Error when running Flask application #84

Open jack88ss opened 7 months ago

jack88ss commented 7 months ago

Describe the bug Error when running Flask application 新建文本文档.txt

(myenv) D:\my projects\instagraph>python main.py File "D:\my projects\instagraph\main.py", line 262 match graph.lower(): ^ SyntaxError: invalid syntax

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

isamu commented 7 months ago

match requires python 3.10 or higher. Please try latest version.