Image-Captioning icon indicating copy to clipboard operation
Image-Captioning copied to clipboard

Module Not Found error

Open niharpatel1999 opened this issue 4 years ago • 0 comments

ModuleNotFoundError: No module named 'numpy.core.multiarray_reconstruct'

While executing python test.py image_name.jpg , this error occurs self.image_encodings = pickle.load( open( "image_encodings.p", "rb" ) ) ModuleNotFoundError: No module named 'numpy.core.multiarray_reconstruct'

niharpatel1999 avatar May 11 '20 18:05 niharpatel1999