|
When I try to run client.py i get the following error message.
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>>
======================= RESTART: C:\Python37\client.py =======================
ImportError: numpy.core.multiarray failed to import
Traceback (most recent call last):
File "C:\Python37\client.py", line 17, in <module>
import cv2
ImportError: numpy.core.multiarray failed to import
>>>
Please help!
|
|