You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While following the example in the README (downloading the wiki_corpus dataset), I encountered the following error:
>>> python data_loader.py -d power --save_dir ./css_data/wiki_corpus
Downloading wiki-corpus to C:\Users\yangs\.convokit\downloads\wiki-corpus
Downloading wiki-corpus from http://zissou.infosci.cornell.edu/convokit/datasets/wiki-corpus/wiki-corpus.zip (238.4MB)... Done
Traceback (most recent call last):
File "E:\...\LLMs_for_CSS\data_loader.py", line 276, in <module>
main(args.dataset, args.save_dir)
File "E:\...\LLMs_for_CSS\data_loader.py", line 254, in main
convokit_process(dataset, save_dir)
File "E:\...\LLMs_for_CSS\data_loader.py", line 242, in convokit_process
export_latex(
File "E:\...\LLMs_for_CSS\latex_prompt_exporter.py", line 36, in export_latex
text_file = open(filename, "w")
^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: './latex/power.json'
There doesn't seem to be a latex folder in the same directory as latex_prompt_exporter.py, or perhaps my ConvoKit is not properly installed? Also tried some other datasets from convokit and received similar errors.
Hello,
While following the example in the README (downloading the
wiki_corpus
dataset), I encountered the following error:There doesn't seem to be a
latex
folder in the same directory aslatex_prompt_exporter.py
, or perhaps my ConvoKit is not properly installed? Also tried some other datasets fromconvokit
and received similar errors.Here's the output from pip:
Thank you!
The text was updated successfully, but these errors were encountered: