probcomp/crosscat

cannot import crosscat.LocalEngine

santhoshnarayan opened this issue · 1 comments

Has anyone else seen this issue?

import crosscat.LocalEngine as LE
Traceback (most recent call last):
File "", line 1, in
File "/anaconda3/envs/python2/lib/python2.7/site-packages/crosscat/LocalEngine.py", line 28, in
import crosscat.cython_code.State as State
File "init.pxd", line 155, in init crosscat.cython_code.State (src/cython_code/State.cpp:17827)
ValueError: numpy.dtype has the wrong size, try recompiling. Expected 88, got 96

It appears to be a numpy versioning issue from a quick google search.. does anyone happen to have a shareable env with this package working?

resolved - pandas was missing in my python2 virtualenv