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
ImportError: No module named 'numpy.core._multiarray_umath' Traceback (most recent call last): File "demo.py", line 4, in <module> from centerface import CenterFace File "/home/ubuntu/Downloads/CenterFace-master/prj-tensorrt/centerface.py", line 4, in <module> import pycuda.autoinit File "/usr/local/lib/python3.5/dist-packages/pycuda-2019.1.2-py3.5-linux-x86_64.egg/pycuda/autoinit.py", line 2, in <module> import pycuda.driver as cuda File "/usr/local/lib/python3.5/dist-packages/pycuda-2019.1.2-py3.5-linux-x86_64.egg/pycuda/driver.py", line 62, in <module> from pycuda._driver import * # noqa SystemError: initialization of _driver raised unreported exception
When I execute /prj-tensorrt/demo.py it will show this error message,can anyone help me to slove this problem?THX.
The text was updated successfully, but these errors were encountered:
Environment
ImportError: No module named 'numpy.core._multiarray_umath' Traceback (most recent call last): File "demo.py", line 4, in <module> from centerface import CenterFace File "/home/ubuntu/Downloads/CenterFace-master/prj-tensorrt/centerface.py", line 4, in <module> import pycuda.autoinit File "/usr/local/lib/python3.5/dist-packages/pycuda-2019.1.2-py3.5-linux-x86_64.egg/pycuda/autoinit.py", line 2, in <module> import pycuda.driver as cuda File "/usr/local/lib/python3.5/dist-packages/pycuda-2019.1.2-py3.5-linux-x86_64.egg/pycuda/driver.py", line 62, in <module> from pycuda._driver import * # noqa SystemError: initialization of _driver raised unreported exception
When I execute /prj-tensorrt/demo.py it will show this error message,can anyone help me to slove this problem?THX.
The text was updated successfully, but these errors were encountered: