Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
9 | |
4 | |
3 | |
3 | |
2 |
User | Count |
---|---|
8 | |
6 | |
6 | |
5 | |
5 |