Blosc / bcolz

A columnar data container that can be compressed.
http://bcolz.blosc.org
959 stars 149 forks source link

numpy.ufunc has the wrong size, try recompiling. Expected 192, got 216 #389

Open simonm3 opened 5 years ago

simonm3 commented 5 years ago

Just started getting this error when I import bcolz. At first looked like incompatibility with numpy but actually I think it is numpy related packages which are installed with pytorch such as mkldnn.

The immediate fix is to install bcolz after pytorch. Hope there is a better answer though.