Closed jup014 closed 10 months ago
I just got this problem as well. The package is not compatible with new pandas
and sqlalchemy
. It works for me with sqlalchemy==1.4
and pandas==1.5
. Hope the answer didn't come too late.
I fixed in this PR https://github.com/openeemeter/eeweather/pull/87
This should now be fixed in the newest version on pypi.
Great! I just checked and it works! Thank you.
Describe the bug When I try to fetch weather data as follows, sqlalchemy gives me the following exception:
The exception stacktrace:
The cause is at line 73 in /eeweather/cache.py: https://github.com/openeemeter/eeweather/blob/db77a82acb571349f4f6970030c806189d04e5fc/eeweather/cache.py#L73
(The stacktrace above shows the line number 74, but the actual code's line number is 73)
To Reproduce The codes in the description section explains pretty well.
Expected behavior The weather should be fetched.
Desktop (please complete the following information):
Additional context eeweather==0.3.24