I'm having a problem; when it gets to the second step, it always shows this error. I've already tried reinstalling, moving it to another directory, and nothing works. I also have all the Python libraries and DLLs are required; the code shown below is provided:
Step 2:
Building mesh for
tile-10-041:
Modifying curv_tol weight map according to runway locations.
Modifying curv_tol weight map according to coastline location.
* Recycling OSM data from..\OSM_data\-10-0501-10-0411-10-041_coastline.osm.bz2
Start of the mesh algorithm Triangle4XP.
Exception in thread Thread-5:
Traceback (most recent call last):
File "threading.py", line 916, in
_bootstrap_inner
File "threading.py", line 864, in run
File "04_Tile_Utils.py", line 166, in build_tile_list
File "04_Mesh_Utils.py", line 435, in build_mesh
File "subprocess.py", line 709, in __init__
File "subprocess.py", line 997, in
_execute_child
>
WiFileNotFoundError: [
WinError 2]
The system cannot find the
specified file.
Just to remind you, I checked and found Triangle4xp.exe in the files, along with the others that were needed.