Skip to content
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

issue while installing scrapy-deltafetch. #1

Open
hendisantika opened this issue Dec 14, 2016 · 1 comment
Open

issue while installing scrapy-deltafetch. #1

hendisantika opened this issue Dec 14, 2016 · 1 comment

Comments

@hendisantika
Copy link

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.

stummjr pushed a commit that referenced this issue Mar 31, 2017
rename spider and clean it up
@Cyberguille
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants