Posts

Showing posts from June, 2021

module not found error: no module named 'mysql'

Image
put the jar file in the project's library folder.

NotImplementedError: Cannot convert a symbolic Tensor (2nd_target:0) to a numpy array

NotImplementedError: Cannot convert a symbolic Tensor (2nd_target:0) to a numpy array  I got this error when I was having NumPy version - 1.20 and I downgraded it into NumPy version -1.19 (Tensorflow version - 2.3 and python version - 3.8)