AttributeError: 'Plot' object has no attribute 'datetimes_to_string'
Opened this issue · 5 comments
froggleston commented
plotext has changed the names of some functions from 5.2 to 5.3, breaking textual-plotext installs: https://github.com/piccolomo/plotext/blob/master/readme/notes.md#in-version-53
e.g. datetimes_to_string
is now datetimes_to_strings
piccolomo commented
I think datetimes_to_string is still an alias of datetimes_to_strings
- Savino
…On Thu, 10 Oct 2024 at 17:15, Robert Davey ***@***.***> wrote:
plotext has changed the names of some functions from 5.2 to 5.3, breaking
textual-plotext installs:
https://github.com/piccolomo/plotext/blob/master/readme/notes.md#in-version-53
e.g. datetimes_to_string is now datetimes_to_strings
—
Reply to this email directly, view it on GitHub
<#12>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANQQH6J2SU4R5OLLR4BOKPTZ22RY3AVCNFSM6AAAAABPXEU3QOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TSMRZGU2TEMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
froggleston commented
Then I'm not sure where the error is coming from? Python definitely seems to think that the Plot object no longer has that attribute....
piccolomo commented
The Plot object is not part of plotext. I suspect it was built with that
specific definition of the function.
…On Fri, 11 Oct 2024, 11:35 Robert Davey, ***@***.***> wrote:
Then I'm not sure where the error is coming from? Python definitely seems
to think that the Plot object no longer has that attribute....
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANQQH6MEBSJXU36KQD3IB6TZ26SVLAVCNFSM6AAAAABPXEU3QOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBXGEZDMNRTGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
froggleston commented
Apologies, yes, I meant the Plot object within this package, not the plotext library itself! 👍
piccolomo commented
no problem at all. Just pointing to the possible issue altough i have not checked the Plot code.