- MacBook Air M2
- Visual Studio Code
- Python 3.12.3
- Python 3.9.6 (global)
I install pandas using
pip3 install pandas
and I wite code
import pandas as pd
If i run this code there is error
ModuleNotFoundError: No module named 'pandas'
There is no error before I run the code,
But If I run the code error exist.
Also numpy has same error.
I installed it but can’t find module…
New contributor
user24723398 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.