-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'Plot' object has no attribute 'datetimes_to_string' #12
Comments
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: ***@***.***>
|
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.... |
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:
***@***.***>
|
Apologies, yes, I meant the Plot object within this package, not the plotext library itself! 👍 |
no problem at all. Just pointing to the possible issue altough i have not checked the Plot code. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 nowdatetimes_to_strings
The text was updated successfully, but these errors were encountered: