-
Notifications
You must be signed in to change notification settings - Fork 2
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: 'Canvas' object has no attribute 'set_window_title' #52
Comments
It is likely that the current matplotlib/mpl packages are too modern or molpx is too outdated.
So it might seem, you would need to downgrade to matplotlib < 3.5 |
I can take a look at this, perhaps is time for another release?
…Sent from my Galaxy
-------- Original message --------
From: "Martin K. Scherer" ***@***.***>
Date: 11/1/22 16:42 (GMT+01:00)
To: markovmodel/molPX ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [ext] Re: [markovmodel/molPX] AttributeError: 'Canvas' object has no attribute 'set_window_title' (Issue #52)
It is likely that the current matplotlib/mpl packages are too modern or molpx is too outdated.
The set_window_title function was deprecated in Matplotlib 3.4 and will be removed two minor releases later. Use manager.set_window_title or GUI-specific methods instead.
So it might seem, you would need to downgrade to matplotlib < 3.5
—
Reply to this email directly, view it on GitHub<#52 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABZLONCJHDVMMJR6YOSLFOLWGE26HANCNFSM6AAAAAARTI7H3M>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hey :) I think if you fixed it for modern mpl versions it's def time for another release! Also the conda-forge feedstock seems a bit dated. Happy to help as well |
Let's dooooooo this. Give me a some days, please
…Sent from my Galaxy
-------- Original message --------
From: Moritz Hoffmann ***@***.***>
Date: 11/1/22 16:57 (GMT+01:00)
To: markovmodel/molPX ***@***.***>
Cc: "Pérez Hernández, Guillermo" ***@***.***>, Comment ***@***.***>
Subject: [ext] Re: [markovmodel/molPX] AttributeError: 'Canvas' object has no attribute 'set_window_title' (Issue #52)
Hey :) I think if you fixed it for modern mpl versions it's def time for another release! Also the conda-forge feedstock seems a bit dated. Happy to chime in
—
Reply to this email directly, view it on GitHub<#52 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABZLONHVAZRBWSW7MEDVAR3WGE4X3ANCNFSM6AAAAAARTI7H3M>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Thanks @gph82 . It definitely needs a new release. It will be great to have an .yml file which contains the information about software versions so that the users doesn't suffer from compatibility issues. Happy to help. Looking forward to a new release. |
I am trying to execute the following part in BPTI TICA example
However I am getting the following error
Is it some version problem? Any help will be highly appreciated?
The text was updated successfully, but these errors were encountered: