Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while excuting cae.sh in ubuntu linux 22.04 #32

Open
jssrivathsa opened this issue Sep 13, 2023 · 3 comments
Open

Error while excuting cae.sh in ubuntu linux 22.04 #32

jssrivathsa opened this issue Sep 13, 2023 · 3 comments

Comments

@jssrivathsa
Copy link

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'

@imirzov
Copy link
Collaborator

imirzov commented Sep 15, 2023

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

@jssrivathsa
Copy link
Author

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

@imirzov
Copy link
Collaborator

imirzov commented Sep 18, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants