Post on: Sep 25, 2024Last edited: Sep 25, 2024Words 00 min

type
status
date
slug
summary
tags
category
icon
password

错误描述

使用with…open as写pkl文件时,文件路径没有问题,文件数据没有问题,但是遇到Permission Denied的错误提示,数据无法写入。

问题分析与解决方法

检查磁盘文件时发现需要写入的文件名已经存在“test.pkl”,但是测试程序仍然无法写入,进一步检查发现,test.pkl在系统中为”Directory”并不是file。
然后检查写入程序,发现错误调用check path的方法,在文件不存在时使用了os.makedir创建文件,此时创建的不是文件,而是文件夹,导致后续名称冲突,文件无法写入。
新建检查文件路径的方法即可
然后再写入文件时,检查主目录的文件夹,使用with…open as的属性创建文件即可,在load文件时检查文件路径。

  • Twikoo
使用参数设定Pandas.read_csv()是否读取列名

🗒️使用参数设定Pandas.read_csv()是否读取列名


FutureWarning:nn.init.orthogonal is now deprecated in favor of nn.init.orthogonal_

🗒️FutureWarning:nn.init.orthogonal is now deprecated in favor of nn.init.orthogonal_


Announcement
🎉欢迎来到我的博客🎉
👏欢迎更新体验👏