Error to import GPy - ImportError: cannot import name 'Tester' from 'numpy.testing'

1k views Asked by At

I need help to solve an error when trying to import GPy package. The error is: cannot import name 'Tester' from 'numpy.testing'.

Anyone knows how to fix this?

I tried to downgrade my numpy version to 1.20.0, but it is still happening.

1

There are 1 answers

0
goulagman On

I had the same problem and downgrading to 1.24 worked. However, we can see in the official documentation that Tester exists at least from 1.16 to 1.24 so 1.20 should do. Alex.