cuemacro / finmarketpy

Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians)
http://www.cuemacro.com
Apache License 2.0
3.41k stars 490 forks source link

Installing findatapy on Windows 10 #17

Open helios-hyperion opened 6 years ago

helios-hyperion commented 6 years ago

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

saeedamen commented 6 years ago

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.

taylorfturner commented 5 years ago

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