Codon Repl - pandas import fails

I open a new Codon repl

I paste in python code where the second line imports pandas

I run

There is a message reporting that pandas is being installed

export PATH=/home/runner/.codon/bin:$PATH
Could not find bash configuration file to update PATH
Codon successfully installed at: /home/runner/.codon
Open a new terminal session or update your PATH to use codon
main.py:2:8-14: error: no module named ‘pandas’

1 Like

pip install pandas in the Shell should work.

1 Like

Or from the replit packages module I guess.
But pip in shell is good to learn and use

2 Likes