Error in Installation #115
Replies: 22 comments
-
It seems that you use a Windows OS. We did not had time to test CEASIOMpy on it yet, so you may encounter other issues, sorry. However you issue seems liked to Conda and not directly to CEASIOMpy, maybe could check out the solution given on the following link: |
Beta Was this translation helpful? Give feedback.
-
Yes It was on windows. Now i moved to Windows subshell for linux and manged to reach all the way until opening the workflow creator (ceasiompy) arns19@ARN-ROG:~/CEASIOMpy/ceasiompy/WorkflowCreator$ python workflowcreator.py -gui This is the error I get when I try to run the workflowcreator.py |
Beta Was this translation helpful? Give feedback.
-
Sorry this error comes from a mistake in a new code, you can simply remove the line 31 (import smt.sampling_methods as smp) in the file apmfunctions.py |
Beta Was this translation helpful? Give feedback.
-
Thank you for the prompt reply. I overcame that error into a new one (ceasiompy) arns19@ARN-ROG:~/CEASIOMpy/ceasiompy/WorkflowCreator$ python workflowcreator.py -gui |
Beta Was this translation helpful? Give feedback.
-
It seems to be an error from Tkinter, but I don't know if it is linked to WindowsOS or to your installation of Tkinter... Are you using you computer remotely? because it seems to be the kind you get in this case: You could try to run a simple workflow without gui. |
Beta Was this translation helpful? Give feedback.
-
I am using Linux Subshell on Windows. It is directly on my pc and not a remote pc. |
Beta Was this translation helpful? Give feedback.
-
When i tried to run the code without -gui command i still get the error (ceasiompy) arns19@ARN-ROG:~/CEASIOMpy/ceasiompy/WorkflowCreator$ python workflowcreator.py INFO - ###################################################################################### Going to /home/arns19/CEASIOMpy/ceasiompy/SettingsGUI Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Yes, with SettingGUI it is normal that you have the same error because it also uses Tkinter. I think your Linux Subshell is equivalent to a remote machine for Tkinkter and it cannot find the variable $DISPLAY, you should check out if other people have this kind of issue with Tkinter on Linux Subshell. |
Beta Was this translation helpful? Give feedback.
-
Alright, I will have a look around |
Beta Was this translation helpful? Give feedback.
-
Hello I'm facing issue running the SUMOautomesh INFO - ###################################################################################### Going to /home/arns19/CEASIOMpy/ceasiompy/SUMOAutoMesh INFO - Copy CPACS from:/home/arns19/CEASIOMpy/ceasiompy/CPACS2SUMO/ToolOutput/ToolOutput.xml I have downloaded the standalone package from the link mentioned for sumo I also did export sumo= but still it doesnt recongnise |
Beta Was this translation helpful? Give feedback.
-
I think on the standalone package, sumo is called "dwfsumo", maybe the best way is to put a link in you /bin folder (or something similar) with something like: |
Beta Was this translation helpful? Give feedback.
-
ln -s home/arns19/SUMO/sumo-2.7.9/bin/dwfsumo home/arns19/SUMO/sumo-2.7.9/bin/sumo I get this error |
Beta Was this translation helpful? Give feedback.
-
The second path shout be a path to the /bin directory of you computer. https://askubuntu.com/questions/56339/how-to-create-a-soft-or-symbolic-link |
Beta Was this translation helpful? Give feedback.
-
Thank you that issue is fixed now |
Beta Was this translation helpful? Give feedback.
-
INFO - >>> SU2_CFD End Time This is the latest error. I tried to run the same process as per the documentation tutorial 3 |
Beta Was this translation helpful? Give feedback.
-
How long it takes to go from: If it was really quick (few second), you probably had an issue during the SU2 calculation. You can go in /ceasiompy/WKDIR/CEASIOMpz_.../Case00... and check the logfile to see what happens. |
Beta Was this translation helpful? Give feedback.
-
It executes really fast when i run more than one processor and the logfile is empty. Even though I have installed mpi and mpich. It still says mpirun.mpich is not installed. This is the error when running mutiple processors INFO - ###################################################################################### Going to /home/arns19/CEASIOMpy/ceasiompy/SU2Run INFO - Copy CPACS from:/home/arns19/CEASIOMpy/ceasiompy/SUMOAutoMesh/ToolOutput/ToolOutput.xml
|
Beta Was this translation helpful? Give feedback.
-
Hi everyone, This may not be relevant here. But I am having a slight issue while installing PyTornado on Ubuntu 20.04. I tried running the second example that calculates Aero coefficients using PyTornado, during PyTornado installation I ran into the following error
Could someone guide me to resources on how to install this? I have read through PyTornado Installation guide for Linux, but haven't been successful. |
Beta Was this translation helpful? Give feedback.
-
After which command of the installation procedure do you get this error? |
Beta Was this translation helpful? Give feedback.
-
I get teh error while trying to use the command :
I have tried pip3 as well but it gives me the same error. I followed the following instructions:
|
Beta Was this translation helpful? Give feedback.
-
Could you try to do:
|
Beta Was this translation helpful? Give feedback.
-
@aidanjungo Thanks that worked! |
Beta Was this translation helpful? Give feedback.
-
When I try to set up the environment in conda the following error appears:
(base) C:\CEASIOMpy>conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: done
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
ERROR conda.core.link:_execute(700): An error occurred while installing package 'conda-forge::qt-5.9.7-h506e8af_3'.
Rolling back transaction: done
LinkError: post-link script failed for package conda-forge::qt-5.9.7-h506e8af_3
location of failed script: C:\Anaconda3\envs\ceasiompy\Scripts.qt-post-link.bat
==> script messages <==
==> script output <==
stdout: 1 file(s) copied.
stderr: 'chcp' is not recognized as an internal or external command,
operable program or batch file.
'chcp' is not recognized as an internal or external command,
operable program or batch file.
'chcp' is not recognized as an internal or external command,
operable program or batch file.
return code: 1
()
Beta Was this translation helpful? Give feedback.
All reactions