72983/importerror-numpy-core-multiarray-failed-to-import
Hi Guys,
I am trying to import the cv2 module in Jupyter Notebook. But It is showing me the below error.
import cv2 ImportError: numpy.core.multiarray failed to import
How can I solve this error?
Hi@akhtar,
You need to upgrade your Numpy library. Your current version is not compatible with your CV2 module. You can use the below-given command to upgrade Numpy.
$ pip install -U numpy
I hope this will help you.
Hi, @There,
Could you please share your workaround and what are you trying to do, what exact error you are facing while importing?
Hi@akhtar, You need to upgrade your Numpy library. Your ...READ MORE
There's no module called "add" in random. ...READ MORE
You need to install numpy using pip install ...READ MORE
Hello @kartik, Upgrading the packages will resolve the ...READ MORE
Slicing is basically extracting particular set of ...READ MORE
importlib is recent addition in Python to ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
Hi@akhtar, Here you used x as your feature ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.