I managed to successfully run all the scripts using pandas, but suddenly all my pandas SCRIPTS throw this error:
Traceback (last last call):
File "data_visulaization.py", line 5, in
import pandas as pd
File "/usr/lib64/python2.7/site-packages/ pandas / init .py", line 18, in
raise ImportError("Missing required dependencies {0}".format(missing_dependencies)) ImportError: Missing required dependencies ['numpy']
I have not recently installed or updated any new things.
Does anyone have a solution for this?
I uninstalled pandas and ran and installed them again, but still ran into the same problem.
source share