You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: