SUMOAutoMesh Error #116
Replies: 4 comments
-
I think it is a problem with the name of sumo on the standalone package, sumo is called "dwfsumo", maybe the best way is to put a link in the /bin folder of you computer with something like: |
Beta Was this translation helpful? Give feedback.
-
I did make the symbolic link but the error is still persistant. |
Beta Was this translation helpful? Give feedback.
-
You could also check that the path '/home/show/CEASIOMpy/ceasiompy/WKDIR' exist, if not, you should create it. It is an issues I fix very recently. |
Beta Was this translation helpful? Give feedback.
-
Yes, I did do that. I can run Settings GUI, Weight Conventional others as well. But it creates an error when I run SUMO AutoMesh through ceasiompy. SUMO is running as an external software and the symbolic link was also created to link/usr/bin.... |
Beta Was this translation helpful? Give feedback.
-
INFO - TIXI Handle has been closed.
INFO - Your OS is Linux
INFO - Your OS is Linux
INFO - sumo is intalled at: /usr/bin/sumo
Using 4 threads.
"/home/show/SUMO/sumo-2.7.9/lib"
"/home/show/SUMO/sumo-2.7.9/bin"
Batch mode active, writing log to '/home/show/CEASIOMpy/ceasiompy/WKDIR/CEASIOMpy_Run_2020-07-21_19-43-51/SUMO/ToolOutput_sumolog.txt'
INFO - Value found at /cpacs/header/name, default value will not be used
INFO - The name of the aircraft is : D150
Traceback (most recent call last):
File "sumoautomesh.py", line 330, in
create_SU2_mesh(cpacs_path,cpacs_out_path)
File "sumoautomesh.py", line 303, in create_SU2_mesh
shutil.copyfile(su2_mesh_path, su2_mesh_new_path)
File "/home/show/anaconda3/envs/ceasiompy/lib/python3.7/shutil.py", line 120, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '/home/show/CEASIOMpy/ceasiompy/WKDIR/CEASIOMpy_Run_2020-07-21_19-43-51/SUMO/ToolOutput.su2'
Traceback (most recent call last):
File "workflowcreator.py", line 336, in
wkf.run_subworkflow(Opt.module_pre, Opt.cpacs_path)
File "/home/show/CEASIOMpy/ceasiompy/utils/workflowfunctions.py", line 147, in run_subworkflow
raise ValueError('An error ocured in the module '+ module)
ValueError: An error ocured in the module SUMOAutoMesh
I'm getting an error when I am running SUMOAutoMesh.
Beta Was this translation helpful? Give feedback.
All reactions