dowhy icon indicating copy to clipboard operation
dowhy copied to clipboard

numpy has no attribute 'long'

Open zzzrbx opened this issue 1 year ago • 1 comments

I'm installing via pip and I'm getting this error despite having numpy version 1.24.

zzzrbx avatar Oct 29 '23 17:10 zzzrbx

This is a numpy issue. long has been removed in 1.24. You can use 1.23 version of numpy (or any other version >=1.20) to avoid this error.

dowhy does not use np.long. This is most likely an error due to one of the dependencies.

amit-sharma avatar Nov 04 '23 12:11 amit-sharma