You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: