The following fails:

Python 3.7.2 (default, Jan 10 2019, 23:51:51) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.1.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import numpy as np                                                      
                                                                                
                                                  

In [2]: import pycuda                                                           
                                                                                
                                                  

In [3]: import pycuda.driver as drv                                             
                                                                                
                                                  
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'
terminate called after throwing an instance of 'std::runtime_error'
  what():  numpy failed to initialize
zsh: abort (core dumped)  ipython


numpy version 1.15.4
python version 3.7.2

Thanks,
Edwin
_______________________________________________
PyCUDA mailing list -- pycuda@tiker.net
To unsubscribe send an email to pycuda-le...@tiker.net

Reply via email to