Any way to supress warning on import? #1237
Unanswered
Alex-Merrill
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @Alex-Merrill, Sorry, there is no way to do that but I made a note a while ago to be able to do this, at least with an environment variable. Cheers, Thomas |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
The following warning is given immediately following importing colour:
I would like to disable this warning, but can't seem to figure out how that would be done. The colour.utilities.supress_warnings method of course can't be called before importing the package, is there some other way to do this? I would prefer to not install matplotlib as I am not using it in the project.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions