You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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/
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 :
I already install bsddb3. But it is still show the error like above.
Do you have any solution for my case?
Thanks.
The text was updated successfully, but these errors were encountered: