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.
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.
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.