You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed libgpuarray and pygpu but the python test won't run since recent versions of numpy have removed nosetester.
libgpuarray 0.7.6
numpy 1.20.3
Ubuntu 20.04
from numpy.testing.nosetester import NoseTester
ModuleNotFoundError: No module named 'numpy.testing.nosetester
From web search the workaround is to downgrade numpy to 1.16 or something like that, but that is a ridiculous thing to do just in order to run an outdated test suite.
The text was updated successfully, but these errors were encountered:
beew
changed the title
Please update test
Please update python test
Jun 3, 2021
I installed libgpuarray and pygpu but the python test won't run since recent versions of numpy have removed nosetester.
libgpuarray 0.7.6
numpy 1.20.3
Ubuntu 20.04
From web search the workaround is to downgrade numpy to 1.16 or something like that, but that is a ridiculous thing to do just in order to run an outdated test suite.
The text was updated successfully, but these errors were encountered: