Open helios-hyperion opened 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.
Wish I had seen this a week ago.... facepalm.
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