ValueError: source code string cannot contain null bytes --- I am getting this error on importing matplotlib

68 Views Asked by At

enter image description here

ValueError                                Traceback (most recent call last)
Input In [2], in <cell line: 1>()
----> 1 import matplotlib.pyplot as plt

ValueError: source code string cannot contain null bytes

I am getting this error whenever I import matplotlib in jupyter notebook.

0

There are 0 best solutions below