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')
这个问题 如下:
#linux 配置环境变量
nano ~/.brashrc
进入环境变量配置 在~/.brashrc 中添加
export HDF5_USE_FILE_LOCKING='FALSE'
就解决了