1,OSError: Unable to open file (file locking disabled on this file system (use HDF5_USE_FILE_LOCKING environment variable to override), errno = 38, error message = 'Function not implemented')
進入環境變量配置 在~/.brashrc 中添加 export HDF5_USE_FILE_LOCKING='FALSE'
2,導入自定義模塊出錯
確定自己寫的包名不要與系統中的重復
3,路徑問題
最好使用“/”,不要使用‘\’