I ran into this confusing error due to having pandas 0.24.2 installed: numpy/numpy#18355
Upgrading to 1.3.3 fixed in. Not sure which version is required.
I got another error with an old version of numpy, something about numpy.random.bit_generator not defined. Might be best to define lower bounds for all the dependencies just in case people have old installations.
I ran into this confusing error due to having pandas 0.24.2 installed: numpy/numpy#18355
Upgrading to 1.3.3 fixed in. Not sure which version is required.
I got another error with an old version of numpy, something about numpy.random.bit_generator not defined. Might be best to define lower bounds for all the dependencies just in case people have old installations.