Error in Test Case 2 : Aerodynamic database with PyTornado #110
Unanswered
IbnFrnas
asked this question in
Installation issues
Replies: 1 comment
-
Once your environment is activated you could try to do "conda list" and check is cpacscreator is in the list, if not, you can do: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Module Concerned
CPACSCreator
Describe the bug
Traceback (most recent call last):
File "cpacscreatorrun.py", line 141, in
launch_cpacscreator(cpacs_path,cpacs_out_path)
File "cpacscreatorrun.py", line 80, in launch_cpacscreator
raise RuntimeError('"CPACSCreator" is not install on your computer or you are not running this script from your Conda environment!')
RuntimeError: "CPACSCreator" is not install on your computer or you are not running this script from your Conda environment!
Traceback (most recent call last):
File "workflowcreator.py", line 443, in
run_workflow(Opt)
File "workflowcreator.py", line 330, in run_workflow
wkf.run_subworkflow(Opt.module_pre, Opt.cpacs_path)
File "c:\users\danie\downloads\ceasiompy\ceasiompy\utils\workflowfunctions.py", line 146, in run_subworkflow
raise ValueError('An error ocured in the module '+ module)
ValueError: An error ocured in the module CPACSCreator
Expected behavior
I think that I have installed the CPACSCreator
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions