No recent searches
Popular Articles
Sorry! nothing found for
Posted over 5 years ago by Matthias Kurwig
Hi, I am getting
ModuleNotFoundError: No module named 'enervee_scraper'
when running
shub image deploy
for project ID 444444.
Dockerfile:
FROM python:3.7 WORKDIR /app COPY requirements.txt . RUN pip install -r requirements.txt ENV SCRAPY_SETTINGS_MODULE enervee_scraper.settings.local ENV PYTHONPATH "${PYTHONPATH}:/app"
Project structure:
enervee_scraper/ settings/ spiders/ tests/ Dockerfile .dockerignore scrapinghub.yml scrapy.cfg
scrapy.cfg:
[settings] default = enervee_scraper.settings.prod local = enervee_scraper.settings.local [deploy] #url = http://localhost:6800/ project = enervee_scraper
My crawler works fine using the Docker image locally.
0 Votes
1 Comments
Matthias Kurwig posted over 5 years ago
Nevermind, I found the issue. Please close this topic.
People who like this
This post will be deleted permanently. Are you sure?
We use cookies to try and give you a better experience in Freshdesk.
You can learn more about what kind of cookies we use, why, and how from our Privacy Policy. If you hate cookies, or are just on a diet, you can disable them altogether too. Just note that the Freshdesk service is pretty big on some cookies (we love the choco-chip ones), and some portions of Freshdesk may not work properly if you disable cookies.
We’ll also assume you agree to the way we use cookies and are ok with it as described in our Privacy Policy, unless you choose to disable them altogether through your browser.
Hi, I am getting
when running
for project ID 444444.
Dockerfile:
Project structure:
scrapy.cfg:
My crawler works fine using the Docker image locally.
0 Votes
1 Comments
Matthias Kurwig posted over 5 years ago
Nevermind, I found the issue. Please close this topic.
0 Votes