neural-namer icon indicating copy to clipboard operation
neural-namer copied to clipboard

error with scrape data

Open johnfelipe opened this issue 3 years ago • 1 comments

(venv) root@ubuntu20portatil:~/neural-namer# crawl wikia --out crawler/wikia/data/names.csv
Traceback (most recent call last):
  File "/root/neural-namer/venv/bin/crawl", line 11, in <module>
    load_entry_point('neural-namer', 'console_scripts', 'crawl')()
  File "/root/neural-namer/crawler/commands.py", line 32, in main
    fetch_func(args.out)
  File "/root/neural-namer/crawler/wikia/commands.py", line 23, in fetch
    with open(outfile, 'w') as file_handler:
FileNotFoundError: [Errno 2] No such file or directory: 'crawler/wikia/data/names.csv'

johnfelipe avatar Aug 08 '22 20:08 johnfelipe

anyone?

johnfelipe avatar Aug 12 '22 16:08 johnfelipe