eliangcs / pystock-crawler

(UNMAINTAINED) Crawl and parse financial reports (XBRL) from SEC EDGAR, and daily stock prices from Yahoo Finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LevelDB terminates installation

amitbend opened this issue · comments

Hi, working on Win8.1
after installing all Prerequisites (Scrapy),
getting this error:

Using cached leveldb-0.193.tar.gz
No files/directories in c:\users...\ap
leveldb\pip-egg-info (from PKG-INFO)

i tried to install leveldb by myself but i get an error: "Don't know how to compile for windows!"

I don't have a Windows machine to test this. But Scrapy works better and it is much easier to install all those libraries on a Unix-based machine. Is switching to Linux an option for you?

Scrappy works fine on Win, problem is just levelDB.
I'll try to create a virtual Linux env.

thanks!