Kludex / awesome-fastapi-projects

List of FastAPI projects! :sunglasses: :rocket:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error while running your project

ansari-saif opened this issue · comments

stack trace

Traceback (most recent call last):
File "generate_table.py", line 31, in
writer.value_matrix = [
File "generate_table.py", line 32, in
[format_with_link(project), ", ".join(filter_list(dependencies))]
File "generate_table.py", line 22, in format_with_link
links = open("unique_links.txt", "r")
FileNotFoundError: [Errno 2] No such file or directory: 'unique_links.txt'

他都没上传unique_links.txt,当然报错啊