您如何解决: FileNotFoundError: [Errno 2] 没有这样的文件或目录:

Posted

技术标签:

【中文标题】您如何解决: FileNotFoundError: [Errno 2] 没有这样的文件或目录:【英文标题】:How do you resolve the: FileNotFoundError: [Errno 2] No such file or directory: 【发布时间】:2021-09-16 12:44:23 【问题描述】:

你如何解决这个问题?使用 Python 对 Spyder 进行一些培训,我认为 Bitdefender 的阻止权限让我读取 Excel 文件。有谁知道如何授予权限?我不断收到相同的 FileNotFoundError

代码如下:

import pandas as pd
df = pd.read_excel(r'C:\Users\user\.spyder-py3\housing')
print(df)

返回为:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\user\\.spyder-py3\\housing'

【问题讨论】:

我看不到该文件的扩展名。可能是文件名类似于 Housing.xls 或 Housing.xlsx ,您必须首先找到真正的文件名。很可能你有一个寡妇设置不显示文件扩展名。 为什么在你显示的代码中有user.spyder-py3时你的错误消息中有user\.spyder-py3 【参考方案1】:

在路径中包含文件的扩展名(.xls.xlsx 等)

【讨论】:

您似乎错过了 OP 使用 raw strings。 搞错了,谢谢

以上是关于您如何解决: FileNotFoundError: [Errno 2] 没有这样的文件或目录:的主要内容,如果未能解决你的问题,请参考以下文章

FileNotFoundError: [Errno 2] No such file or directory的解决方法

Python 使用pyinstaller打包程序失败提示找不到c盘的某个dll文件解决方法,FileNotFoundError: [WinError 2] 系统找不到指定的文件

Python 使用pyinstaller打包程序失败提示找不到c盘的某个dll文件解决方法,FileNotFoundError: [WinError 2] 系统找不到指定的文件

解决fp = builtins.open(filename, “w+b“)FileNotFoundError: [Errno 2] No such file or directory:

如何使用Paramiko Python通过SSH从远程服务器复制文件? FileNotFoundError:[WinError 3]系统找不到指定的路径

FileNotFoundError: [Errno 2] No such file or directory VSCode Python插件的工作路径