-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFoundError #254
Comments
Hi, |
Ok, this is the call to remove the files to clean up this folder to regenerate the step. And even if the file exists, Windows seems to be unable to remove it. What Windows are you working on? I have a strong feeling that this may originate from the length of file path limitation on Windows. Our integration tests on Github run on Windows Server 2022, not sure how this relates to Windows 10/11 etc. Could you try to activate long file paths? And you are running this inside a conda environment under Windows, right? |
Hi Sebastian, Activating the long file paths did the job. Thanks a lot! |
Great! |
I am trying to run the ile-de-france pipeline. I followed the data collection and set-up instructions. However, when I run python -m synpp, I get the following error.
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\u0141279\cache_ile-de-france\data.spatial.iris__d423afe2d458252282b0cf4f1d86459d.cache\CONTOURS-IRIS_2-1__SHP__FRA_2021-01-01\CONTOURS-IRIS\2_METADONNEES_LIVRAISON_2021-06-00217\CONTOURS-IRIS_2-1_SHP_LAMB93_FXX-2021\IGNF_CONTOURS-IRIS_2-1_SHP_LAMB93_FXX-2021.xml'
I do not know how to resolve this issue. I have checked and the CONTOURS-IRIS_2-1__SHP__FRA_2021-01-01 file is downloaded and stored in the folder "iris_2021".
When I run docs/verify_data.py, it also returns "errors have been found", which are related to the IRIS 2021 and Zoning 2021.
Could you please help me?
Best,
Lotte
The text was updated successfully, but these errors were encountered: