标签: python python-3.x jupyter-notebook
在Windows7计算机上的映射网络驱动器上保存/检查点Jupyter笔记本失败,并显示SameFileError。
SameFileError
我将问题追溯到os.stat例程,该例程似乎为=0和st_ino返回了相同的伪值(st_dev),即使对于不同的文件也是如此。对于本地NTFS驱动器,返回值很有用。
os.stat
=0
st_ino
st_dev
到目前为止,我总是注释掉shutils._samefile()中的相应块,以便仅测试完整路径。可以,但是在每次更新python库时都需要再次完成。有谁知道更好的解决方案?
shutils._samefile()