方法一:输入格式错误

 f = open('F:\Python 3.6\test.txt','r')

应修改为:

f = open('f:\\Python 3.6\\test.txt','r')

或:

f = open('f:/Python 3.6/test.txt','r')

将 \ 换为 / ,或者 \,这是因为Python中\t为换行符,而无法识别。

方法二:(我是在这里出错的)
路径最好手动输入,不要直接复制粘贴更改。

OSError: [Errno 22] Invalid argument: ‘相关推荐

  1. 昇腾 OSError: [Errno 22] Invalid argument: ‘protocol‘

    OSError: [Errno 22] Invalid argument: 'protocol' 改为这样不报错,但是报别的错: def __init__(self, family=-1, type= ...

  2. 成功解决fp = builtins.open(filename, quot;rbquot;) OSError: [Errno 22] Invalid argument: 'F:\\File_Pyt

    成功解决fp = builtins.open(filename, "rb") OSError: [Errno 22] Invalid argument: 'F:\\File_Pyt ...

  3. tensorboard出现OSError: [Errno 22] Invalid argument问题解决

    tensorboard出现OSError: [Errno 22] Invalid argument问题解决 问题描述 使用tensorboard的时候提示错误: W0308 10:12:12.6217 ...

  4. 在使用python语言的open函数时,提示错误OSError: [Errno 22] Invalid argument: ‘文件路径’

    如题,在使用python语言的open函数时,提示错误OSError: [Errno 22] Invalid argument: '文件路径',在查阅了大量资料后也得到了一些解决方案,但是这些解决方案 ...

  5. OSError: [Errno 22] Invalid argument:**

    OSError: [Errno 22] Invalid argument: 在使用open打开文件时,出现报错 OSError: [Errno 22] Invalid argument: 'H:\\G ...

  6. Python OSError: [Errno 22] Invalid argument:的出现和解决

    1.在学习从文件读取数据中,写了个示例代码,读取不在同一个目录的file.txt,运行后报这个Python OSError: [Errno 22] Invalid argument:错误: (1).首 ...

  7. OSError: [Errno 22] Invalid argument: ‘C:\\Users\\0moyi0\\Desktop\\AD_kk.png‘

    报错代码 #-*-coding:GBK -*- from PIL import Imagefilename = r"C:\Users\0moyi0\Desktop\AD.png" ...

  8. python中遇到报错OSError: [Errno 22] Invalid argument的解决方法

    将时间戳用python语言转换成指定日期: 代码如下: import timetimeStamp = 1589018284000 timeArray = time.localtime(timeStam ...

  9. 【报错】“OSError: [Errno 22] Invalid argument: ‘cache\\resume_lattice_only_tra”

    [报错]"OSError: [Errno 22] Invalid argument: 'cache\resume_lattice_only_train:" Windows上运行Fl ...

  10. pyLDAvis3.3.1 报错 OSError: [Errno 22] Invalid argument: ‘https://cdn.jsdelivr.net/gh/bmabey/pyLDAvis@

    问题描述: pyLDAvis3.3.1 报错: File "E:\ProgramData\Anaconda3\lib\site-packages\pyLDAvis_display.py&qu ...

最新文章

  1. 一个古老的问题HashMap与Hashtable区别
  2. 关于一个js传值的错误
  3. | ^ ~ 按位运算符
  4. 宜昌市计算机一级考试真题,2018年上半年湖北省宜昌市计算机等级考试考务通知...
  5. async function_Electron IPC 通信如何使用 async/await 调用?
  6. matlab 多个波段,MatLab读取ENVI图像统计多波段图像信息
  7. c# json.net xml互转
  8. python即时标记_【Python】读书笔记:Python基础教程-项目1-即时标记
  9. 执行truffle unbox react报错,出现Error: connect ECONNREFUSED 0.0.0.0:443问题的解决办法
  10. docker安装linux安装mysql_怎么启动mysql-linux 怎么安装mysql?怎么在docker搭建mysql8?docker安装mysql...
  11. Java中线程的创建有两种方式
  12. MTK:socket通信
  13. iText操作PDF基础
  14. macOS 内置的端口扫描工具
  15. 【Excel】数据的排序、筛选和分类汇总
  16. python给word添加换行换页符
  17. C#中(int)、Conver.Toint32()、int.Parse()三种类型转换方式的区别
  18. [6] 支付漏洞( 0 元购 )
  19. 电脑上总显示宽带连接服务器怎么办啊,电脑显示宽带已连接但网页打不开怎么办...
  20. HP LaserJet Pro 300 彩色打印机 M351a - 每次重启电脑都提示安装驱动

热门文章

  1. (九)把一切放在一起:用深度伪造换脸
  2. NumPy 1.19.3 发布,Python 科学计算包
  3. 微软开源模糊测试平台 OneFuzz
  4. .NET的RedisProvider
  5. 使用ASP.NET Core MVC的Vue.Js
  6. CheckBox控件和数据库的关联
  7. java面向对象接口实现_Java面向对象之接口
  8. intel cpu 漏洞 linux,Intel CPU架构漏洞越捅越大:打补丁将损失30%性能
  9. dataGruidView整行选中
  10. python类的成员没有访问控制限制_Python 访问限制 private public的详细介绍