Closed vvo closed 8 years ago
Copy the deploy boilerplate which is in root directory put the credentials and run it
I already used the command @ElPicador gave me its providing all the needed keys etc but it's not working.
Ah where are you ?
Because if you're not at the office you will get block by cloudflare.
I am at the office but the error is linked to just python errors no?
What do you see ?
Traceback (most recent call last):
File "/tmp/docsearch_deploy/scraper/deployer/src/index.py", line 6, in <module>
import fetchers
File "/tmp/docsearch_deploy/scraper/deployer/src/fetchers.py", line 5, in <module>
import helpers
File "/tmp/docsearch_deploy/scraper/deployer/src/helpers.py", line 1, in <module>
import requests
ImportError: No module named requests
No sorry. Check the dependency on the readme
pip install requests
Will just wait for someone to deploy the new configuration I think, and create an index on some other appid in the meantime. Spent way too much already :D
pip install -r requirements.txt
And then launch it
will try
Managed to launch it. Had trouble because my default python version is 3 and the scripts are currently only compatible with python 2, pip 2 etc..
I was not able to deploy the new places configuration, can you provide guidance on how to do so?
The script I used (deployer/deploy) failed with: