仅作为记录~~
安装tcn这个包时,导致import numy、import keras出错
具体出现问题如下:
import numpy
import keras
Using TensorFlow backend.
Warning (from warnings module):
File “D:\anzhuanlocation\python361\lib\site-packages\tensorflow\python\framework\dtypes.py”, line 523
_np_qint8 = np.dtype([(“qint8”, np.int8, 1)])
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’.
Warning (from warnings module):
File “D:\anzhuanlocation\python361\lib\site-packages\tensorflow\python\framework\dtypes.py”, line 524
_np_quint8 = np.dtype([(“quint8”, np.uint8, 1)])
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,)ty