-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
No such file or directory error results at Step-2 Process Downloaded files of running-allycat.md.
The file 2_process_files.py is not found in directory.
Expected Behavior
Command: python 2_process_files.py
should process the file in order to execute step 3 saving into DB.
Steps To Reproduce
-
Pull the AllyCat Docker Image and run:
docker pull sujee/allycat
docker run -it --rm -p 8080:8080 -v allycat-vol1:/allycat/workspace sujee/allycat -
Crawl AllyCat web site:
python 1_crawl_site.py --url https://thealliance.ai --max-downloads 100 --max-depth 5 -
Process Downloaded file 2_process_files.py or 2_process_files.ipynb:
python 2_process_files.py
Environment
- OS: WindowsAnything else?

Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo