1type' As A Synonym Of Type Is Deprecated Code Example
Example: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_quint8 = np.dtype([("quint8", np.uint8, 1)])'
1. pip uninstall numpy 2. pip install numpy==1.16.4
Comments
Post a Comment