Home > OS >  Configuration import python environment tensorflow appear problem, ask for help
Configuration import python environment tensorflow appear problem, ask for help

Time:10-01

Warning details: C: \ ProgramData \ Anaconda3 \ lib \ site - packages \ h5py \ set py: 36: FutureWarning: the Conversion of the second argument of issubdtype from ` float ` to ` np. The floating ` is deprecated. In the future, it will be treated as ` np. Float64==np. Dtype (float). Type `.
From the _conv import register_converters as _register_converters

CodePudding user response:

FutureWarning: the Conversion of the second argument of issubdtype from ` float ` to ` np. The floating ` is deprecated. In the future, it will be treated as ` np. Float64==np. Dtype (float). Type `.
From the _conv import register_converters as _register_converters

CodePudding user response:

The numpy uninstalled, reinstall the numpy 1.13.3 + MKL - cp36 - cp36m - win_amd64. WHL

CodePudding user response:

I have a funny way: since this is just a warning, then the shielding,
I opened the __init__, write the import sys, and then find the warning in the line, in the error output redirection to None before, after the error to redirect to sys. __stderr__, worked,
  • Related