-2
People I’m in trouble when I try to use pandas in my project, see this mistake:
File "c:\Users\jua2544825\Desktop\front_reembolso\main.py", line 10, in <module>
from pandas import read_csv as pd
File "C:\Users\jua2544825\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\__init__.py", line 16, in <module>
raise ImportError(
ImportError: Unable to import required dependencies:
dateutil: No module named 'dateutil'
Does anyone know what could be causing this mistake? I did the installation of pandas normally, tested on another machine of mine and works normally.
I did that command and it worked, thank you very much for the force :D
– Jmax