报错信息如下:
TabError: inconsistent use of tabs and spaces in indentation
make: *** [Makefile:24: train] Error 1
不能按Tab
,要老老实实按space
不过可以在编辑器里面改,把它们调整成一致的;
报错信息如下:
TabError: inconsistent use of tabs and spaces in indentation
make: *** [Makefile:24: train] Error 1
不能按Tab
,要老老实实按space
不过可以在编辑器里面改,把它们调整成一致的;