cae icon indicating copy to clipboard operation
cae copied to clipboard

Error while excuting cae.sh in ubuntu linux 22.04

Open jssrivathsa opened this issue 2 years ago • 3 comments

getting the following error, kindly help

Traceback (most recent call last): File "/home/ccx/cae/src/cae.py", line 39, in import checks File "/home/ccx/cae/src/checks.py", line 30, in class Checks: File "/home/ccx/cae/src/checks.py", line 33, in Checks modules = subprocess.check_output(cmd) File "/usr/lib/python3.10/subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.10/subprocess.py", line 503, in run with Popen(*popenargs, **kwargs) as process: File "/usr/lib/python3.10/subprocess.py", line 971, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.10/subprocess.py", line 1863, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) OSError: [Errno 8] Exec format error: '/home/ccx/cae/bin/python/bin/python3'

jssrivathsa avatar Sep 13 '23 17:09 jssrivathsa

Hi! Did you make all files in "/home/ccx/cae/" executable? https://github.com/calculix/cae#how-to-use

imirzov avatar Sep 15 '23 21:09 imirzov

Yes, all files in /home/ccx/cae/ I exactly followed the instructions, but I got this error. OS is ubuntu 22.04 LTS, Python 3.10

jssrivathsa avatar Sep 16 '23 03:09 jssrivathsa

Then I'm sorry, I have no idea how to solve it. Leaving this issue opened.

imirzov avatar Sep 18 '23 19:09 imirzov