You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/12/23 13:35:20 UTC

[GitHub] [incubator-mxnet] haojin2 commented on issue #17154: test_numpy_interoperability.test_np_array_function_protocol broken with numpy 1.18

haojin2 commented on issue #17154: test_numpy_interoperability.test_np_array_function_protocol broken with numpy 1.18
URL: https://github.com/apache/incubator-mxnet/issues/17154#issuecomment-568477303
 
 
   @leezu I'm seeing:
   ```
   ======================================================================
   
   ERROR: Failure: ImportError (No module named 'numpy.testing.decorators')
   
   ----------------------------------------------------------------------
   
   Traceback (most recent call last):
   
     File "/usr/local/lib/python3.5/dist-packages/nose/failure.py", line 39, in runTest
   
       raise self.exc_val.with_traceback(self.tb)
   
     File "/usr/local/lib/python3.5/dist-packages/nose/loader.py", line 418, in loadTestsFromName
   
       addr.filename, addr.module)
   
     File "/usr/local/lib/python3.5/dist-packages/nose/importer.py", line 47, in importFromPath
   
       return self.importFromDir(dir_path, fqname)
   
     File "/usr/local/lib/python3.5/dist-packages/nose/importer.py", line 94, in importFromDir
   
       mod = load_module(part_fqname, fh, filename, desc)
   
     File "/usr/lib/python3.5/imp.py", line 234, in load_module
   
       return load_source(name, filename, file)
   
     File "/usr/lib/python3.5/imp.py", line 172, in load_source
   
       module = _load(spec)
   
     File "<frozen importlib._bootstrap>", line 693, in _load
   
     File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
   
     File "<frozen importlib._bootstrap_external>", line 665, in exec_module
   
     File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
   
     File "/work/mxnet/tests/python/gpu/test_operator_gpu.py", line 36, in <module>
   
       from test_numpy_ndarray import *
   
     File "/work/mxnet/tests/python/gpu/../unittest/test_numpy_ndarray.py", line 33, in <module>
   
       import scipy.stats as ss
   
     File "/usr/local/lib/python3.5/dist-packages/scipy/stats/__init__.py", line 345, in <module>
   
       from .morestats import *
   
     File "/usr/local/lib/python3.5/dist-packages/scipy/stats/morestats.py", line 12, in <module>
   
       from numpy.testing.decorators import setastest
   
   ImportError: No module named 'numpy.testing.decorators'
   ----------------------------------------------------------------------
   ```
   at http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/master/1433/pipeline/. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services