stummjr / books_crawler

A Scrapy crawler for http://books.toscrape.com
26 stars 941 forks source link

issue while installing scrapy-deltafetch. #1

Open hendisantika opened 7 years ago

hendisantika commented 7 years ago

Hi, I want to add scrapy-deltafetch on my scrapy project. Then I have an issue while installing scrapy-deltafetch.

My Python Version in Python 2.7.12

Here're the logs from terminal :

Using cached scrapy_deltafetch-1.2.0-py2.py3-none-any.whl
Requirement already satisfied: Scrapy>=1.0 in /home/hendisantika/Documents/python/ENV/lib/python2.7/site-packages (from scrapy-deltafetch)
Collecting bsddb3 (from scrapy-deltafetch)
  Using cached bsddb3-6.2.1.tar.gz
    Complete output from command python setup.py egg_info:
    Can't find a local Berkeley DB installation.
    (suggestion: try the --berkeley-db=/path/to/bsddb option)

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-Jzfv8A/bsddb3/

I already install bsddb3. But it is still show the error like above.

Do you have any solution for my case?

Thanks.

Cyberguille commented 6 years ago

I have the same issue sudo pip install scrapy-deltafetch Collecting scrapy-deltafetch Downloading scrapy_deltafetch-1.2.1-py2.py3-none-any.whl Collecting bsddb3 (from scrapy-deltafetch) Downloading bsddb3-6.2.5.tar.gz (237kB) 100% |████████████████████████████████| 245kB 192kB/s Complete output from command python setup.py egg_info: Can't find a local Berkeley DB installation. (suggestion: try the --berkeley-db=/path/to/bsddb option)

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-8L7BpR/bsddb3/

I use python 2.7.12