Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have placed a zip file in a RAW subfolder under files folder in lakehouse, when I try to unzip using zipfile package getting "FileNotFoundError: [Errno 2] No such file or directory: '/RAW/data_Q2_2017.zip'"
Code Used:
Solved! Go to Solution.
Hi @ramlalr
Thanks for using Microsoft Fabric Community.
The error message you are seeing, “FileNotFoundError: [Errno 2] No such file or directory: ‘/RAW/data_Q2_2017.zip’”, typically means that Python cannot find the file you’re trying to unzip. In your case, you are trying to unzip the file located at “/RAW/data_Q2_2017.zip”. This path is an absolute path, which means Python is looking for the file starting from the root directory (“/”). If your file is located in a subdirectory of your current working directory, you should use a relative path instead of an absolute path. A relative path starts from your current working directory, not from the root directory.
I hope this information helps. Please do let us know if you have any further queries.
Thank you.
Thanks for the help
Hi @ramlalr
Glad that your query got resolved.
Please continue using Fabric Community for further queries.
Thank you.
Hi @ramlalr
Thanks for using Microsoft Fabric Community.
The error message you are seeing, “FileNotFoundError: [Errno 2] No such file or directory: ‘/RAW/data_Q2_2017.zip’”, typically means that Python cannot find the file you’re trying to unzip. In your case, you are trying to unzip the file located at “/RAW/data_Q2_2017.zip”. This path is an absolute path, which means Python is looking for the file starting from the root directory (“/”). If your file is located in a subdirectory of your current working directory, you should use a relative path instead of an absolute path. A relative path starts from your current working directory, not from the root directory.
I hope this information helps. Please do let us know if you have any further queries.
Thank you.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
6 | |
6 | |
4 | |
2 | |
1 |
User | Count |
---|---|
11 | |
10 | |
8 | |
7 | |
5 |