finmarketpy icon indicating copy to clipboard operation
finmarketpy copied to clipboard

Installing findatapy on Windows 10

Open helios-hyperion opened this issue 6 years ago • 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

helios-hyperion avatar Feb 04 '18 14:02 helios-hyperion

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.

saeedamen avatar Feb 16 '18 18:02 saeedamen

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

taylorfturner avatar Jul 23 '19 22:07 taylorfturner