cuemacro/finmarketpy

Installing findatapy on Windows 10

helios-hyperion opened this issue · 2 comments

A problem that popped up with installing findatapy:

blosc could not be compiled, this got fixed by downloading the blosc wheel, and installing this first (since it is a dependency) using
pip install path_to_blosc_wheel\blosc-****.whl

I didn't have that issue with blosc when I installed it, but glad you were able to fix it. This site https://www.lfd.uci.edu/~gohlke/pythonlibs/ has lots of precompiled wheels - it can be useful particularly for Windows Python users.

Wish I had seen this a week ago.... facepalm.