'Python int too large to convert to C long(TensorFlow importing)

My Code:

import numpy as np    
import tensorflow_datasets as tfds ##The line gives error.
import tensorflow as tf
import matplotlib.pyplot as plt

tfds.disable_progress_bar()

Output

OverflowError: Python int too large to convert to C long

Already uninstalled and re-installed.

Any suggestions would be appreciated



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source