Blosc/bcolz

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

simonm3 opened this issue · 0 comments

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.