-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: crawl stanford lib initial crawler #17
Conversation
…es to attach Annexificator to the provide incoming_pipeline
Original name has _with_ left from simple_with_archives. And since this one is dedicated to stanford lib, better to just have that name
Should link this here #18 |
The failures are the ghost of scrapy... Forgot what to do about them besides restarting so will merge as is |
hey @yarikoptic I was just trying to run the tests locally and it says datalad.api doesn't have module crawl - I'm guessing something about my setup is not finding /registering the module for datalad as a plugin? Is there a way I can run the tests to help debug travis, aside from cloning and setting up my own mirror of travis? I was following the commands in the .travis.yml but I didn't run the script to install neurodebian stuffs (so maybe that led to the issue). |
pip install -r requirements.txt Or just pip install -e . Should suffice - both should install datalad |
Extract from larger #11 which was optimistically hoping also add simple indexes into it