FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\翟佳慧/four_classification.csv'
时间: 2023-11-17 13:03:43 浏览: 137
python调用百度API实现车辆识别时遇到 FileNotFoundError: [Errno 2] No such file or directory 的解决办法
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\翟佳慧/four_classification.csv' 表示找不到指定路径下的文件或目录。这个错误通常是由于文件路径错误或文件不存在导致的。请检查文件路径是否正确,确保文件存在于指定路径中。
阅读全文