I ran
pip install pandas
It completed successfully
In my python console If I run
import pandas as pd
python exits without any error message. How to debug the root cause of this issue ?
auhuman% python Python 3.6.14 (default, Jul 15 2021, 16:24:18) Type "help", "copyright", "credits" or "license" for more information.>>> import pandas as pdauhuman%
auhuman% python -c "import pandas as pd"auhuman%
I tailed my syslog and nothing shows up there
tail -f /var/logs/syslog.log