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

BUG report and solution #2

Open
kodragonP opened this issue Sep 12, 2023 · 1 comment
Open

BUG report and solution #2

kodragonP opened this issue Sep 12, 2023 · 1 comment

Comments

@kodragonP
Copy link

The current version can not run.
Add "subprocess.run(["mkdir", outputpath])" in line 171 of "mop-up.py" can solve.

@martinez-zacharya
Copy link
Owner

Thanks for finding this! Did you happen to see an error that looks like this?

Traceback (most recent call last):
File "mop-up.py", line 178, in
subprocess.run(
File "/home/zacharymartinez/micromamba/envs/mop-up/lib/python3.8/subprocess.py", line 493, in run
with Popen(*popenargs, **kwargs) as process:
File "/home/zacharymartinez/micromamba/envs/mop-up/lib/python3.8/subprocess.py", line 858, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/home/zacharymartinez/micromamba/envs/mop-up/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: '/home/zacharymartinez/mop-up_fix/MOP-UP/silix'

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

No branches or pull requests

2 participants