We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
try_import
Change try_import for a case where module exists but an ImportError is raised due to incorrect imports from it.
ImportError
E.g., matplotlib>=3.9.0 doesn't have matplotlib.cm.register_cmap
matplotlib>=3.9.0
matplotlib.cm.register_cmap
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Change
try_import
for a case where module exists but anImportError
is raised due to incorrect imports from it.E.g.,
matplotlib>=3.9.0
doesn't havematplotlib.cm.register_cmap
The text was updated successfully, but these errors were encountered: