eliangcs / pystock-crawler

(UNMAINTAINED) Crawl and parse financial reports (XBRL) from SEC EDGAR, and daily stock prices from Yahoo Finance
MIT License
311 stars 105 forks source link

LevelDB terminates installation #19

Open amitbend opened 9 years ago

amitbend commented 9 years ago

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!"

eliangcs commented 9 years ago

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?

amitbend commented 9 years ago

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

thanks!