weibo_terminator_workflow icon indicating copy to clipboard operation
weibo_terminator_workflow copied to clipboard

No such file or directory: './scraped_corpus/weibo_content.pkl'

Open luisxxx opened this issue 7 years ago • 3 comments

Hello, I tried this project but did not make it to save files. firstly: change firstly of mission function in the main.py to scrap('5979819802') secondly: git pull origin thirdly: python3 main.py -i 5979819802 What it turned out to be is indicated as this figure. 1495161669 1 1495161006 1 So, what should I do please? BTW, I would like to apply for an uuid and already texted to you on Wechat.

luisxxx avatar May 19 '17 02:05 luisxxx

Using r00001

lucasjinreal avatar May 19 '17 04:05 lucasjinreal

您好,这几天我试了几次,都是跑一半就不行了,大概是账号用得过多了 ot w6tn7 _r1nmc5rmn2

luisxxx avatar May 29 '17 13:05 luisxxx

The solution for this issue: in config.py file, change the directory CORPUS_SAVE_DIR to a folder that exists on your disk. For example, you create a folder manually "weibo_corpus" and change it CORPUS_SAVE_DIR = 'D:/weibo_corpus/'

自己手动在硬盘创建一个文件夹,然后把config.py 里的 CORPUS_SAVE_DIR改成自己建的文件夹的绝对位置 CORPUS_SAVE_DIR = 'D:/weibo_corpus/'

quantnlp avatar Sep 24 '17 01:09 quantnlp