I use sublime , this is my code:
when I build it, it warning:
and my python version is 3.6.4.
how could i do? thank you!
It's just a warning, and it's in a module that isn't written by you, so you can either upgrade your dependencies to try to resolve it, or ignore it, or filter it out using the warnings module: How to disable python warnings
warnings
Copyright © 2021 Jogjafile Inc.
It's just a warning, and it's in a module that isn't written by you, so you can either upgrade your dependencies to try to resolve it, or ignore it, or filter it out using the
warningsmodule: How to disable python warnings