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 "sdi2sql.py", line 182, in <module>
ibd2sql(config)
File "sdi2sql.py", line 52, in ibd2sql
sdi_result = subprocess.run([ibd2sdi_path, '--dump-file=' + sdi_path, ibd_path], stdout=subprocess.PIPE)
File "/usr/lib/python3.8/subprocess.py", line 493, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.8/subprocess.py", line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ibd2sdi: /usr/bin/ibd2sdi /usr/share/man/man1/ibd2sdi.1.gz'
The text was updated successfully, but these errors were encountered:
Thanks for your feedback.
I fixed this bug in commit: a9cfa9a
But I don't have suitable environment to test it.
So, some more feedback is welcome if there is still a probleam
whereis on Linux works like this:
so the script crashes with:
The text was updated successfully, but these errors were encountered: