scrapy-deltafetch icon indicating copy to clipboard operation
scrapy-deltafetch copied to clipboard

Available On Windows?

Open mosynaq opened this issue 5 years ago • 1 comments

Hi. I used deltafetch on Linux seamlessly, but on Windows, it cannot be installed due to bsddb3 incompatibility with windows. Is there any workaround? Maybe using SQLite as backend instead of BerkeleyDB?

mosynaq avatar Jul 08 '18 04:07 mosynaq

I found an answer on https://stackoverflow.com/questions/46767862/scrapy-deltafetch-installation

Download the package file .whl (which can be found at http://www.lfd.uci.edu/~gohlke/pythonlibs) paste it in C:\python\Scripts folder. Then run pip install {package_filename}.whl

Tomsonx232 avatar May 06 '19 19:05 Tomsonx232