Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Bug summary Can't use qt4agg, error reported below.
Downgrade to matplotlib 3.1.3 solves the problem.
Code for reproduction
import matplotlib as mpl mpl.use('qt4agg')
Or, set it to Qt4Agg in matplotlibrc file.
matplotlibrc
Actual outcome
ImportError: cannot import name '_isdeleted' Failed to enable GUI event loop integration for 'qt5'
Matplotlib version
print(matplotlib.get_backend())
The text was updated successfully, but these errors were encountered:
I think this is a duplicate of #16834 which was fixed by #16835 and will be included in 3.2.2 which should be tagged this week.
Thank you for reporting this and sorry it has taken us a while to get a release with the fix out.
Sorry, something went wrong.
No branches or pull requests
Bug report
Bug summary
Can't use qt4agg, error reported below.
Downgrade to matplotlib 3.1.3 solves the problem.
Code for reproduction
Or, set it to Qt4Agg in
matplotlibrc
file.Actual outcome
Matplotlib version
print(matplotlib.get_backend())
): can only use TkAggThe text was updated successfully, but these errors were encountered: