I install pandas but “ModuleNotFoundError: No module named ‘pandas'” error
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 […]