uvejota / edistribucion

Home Assistant custom integration for e-distribución
GNU General Public License v3.0
20 stars 6 forks source link

requirements.txt should include python-dateutil #10

Closed msanchezt closed 3 years ago

msanchezt commented 3 years ago

Might it be that you forgot to add "python-dateutil" and "numpy" into requirements.txt?

At least I get: ModuleNotFoundError: No module named 'dateutil' ModuleNotFoundError: No module named 'numpy'

When trying to manually run for testing pruposes:

python3.8 test_eds.py

uvejota commented 3 years ago

I've checked your issue and you might be right, but I think dateutil its itself a requirement in home assistant. Numpy is disappearing on next versions (we're moving to pandas).

Thank you!