This is mainly due to newer version of numpy , try uninstalling numpy using pip uninstall numpy and then download older version of numpy using pip install numpy==1.25.1 This would work