Quantcast
Channel: Active questions tagged crash - Stack Overflow
Viewing all articles
Browse latest Browse all 7199

Import pandas exits python console

$
0
0

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

Viewing all articles
Browse latest Browse all 7199

Latest Images

Trending Articles



Latest Images