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,路径问题

最好使用“/”,不要使用‘\’

相关文章:

  • 2021-04-03
  • 2021-12-23
  • 2021-08-13
  • 2021-08-06
  • 2021-12-11
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-01
  • 2021-07-28
  • 2021-09-21
  • 2021-12-01
  • 2021-07-04
  • 2022-12-23
相关资源
相似解决方案