jenndrei / BayHunter

McMC transdimensional Bayesian inversion of surface wave dispersion and receiver functions
https://jenndrei.github.io/BayHunter
GNU General Public License v3.0
103 stars 43 forks source link

numpy import fail #3

Closed ajay6763 closed 4 years ago

ajay6763 commented 4 years ago

Hello, Jennifer Thanks for this great tool. I was trying is on Ubuntu 64 bit machine in python2.7 environment and got the following error related to the numpy. " ImportError: numpy.core.multiarray failed to import "

Could you please share the requirement file with versions of the python libs you are using.

Thanks ajay

jenndrei commented 4 years ago

Hi Ajay, Which numpy version are you using? Have you tried to update numpy? I found this: https://github.com/tensorflow/tensorflow/issues/559

ajay6763 commented 4 years ago

Thanks, Jennifer It is working now. I have numpy==1.17.4

jenndrei commented 4 years ago

Great!