here the full error trace, but I have very little idea where to dig further
FileNotFoundError Traceback (most recent call last)
in
1 #hide
2 from nbdev.sync import script2notebook, diff_nb_script
----> 3 diff_nb_script()
c:\users***\nbdev\nbdev\sync.py in diff_nb_script()
139 for d in [d1, d2]:
140 if (Path(d)/āpycacheā).exists(): shutil.rmtree(Path(d)/āpycacheā)
ā> 141 res = subprocess.run([ādiffā, ā-ruā, d1, d2], stdout=subprocess.PIPE)
142 print(res.stdout.decode(āutf-8ā))
~\AppData\Local\Continuum\anaconda3\lib\subprocess.py in run(input, capture_output, timeout, check, *popenargs, **kwargs)
486 kwargs[āstderrā] = PIPE
487
ā> 488 with Popen(*popenargs, **kwargs) as process:
489 try:
490 stdout, stderr = process.communicate(input, timeout=timeout)
~\AppData\Local\Continuum\anaconda3\lib\subprocess.py in init(self, args, bufsize, executable, stdin, stdout, stderr, preexec_fn, close_fds, shell, cwd, env, universal_newlines, startupinfo, creationflags, restore_signals, start_new_session, pass_fds, encoding, errors, text)
798 c2pread, c2pwrite,
799 errread, errwrite,
ā> 800 restore_signals, start_new_session)
801 except:
802 # Cleanup if the child failed starting.
~\AppData\Local\Continuum\anaconda3\lib\subprocess.py in _execute_child(self, args, executable, preexec_fn, close_fds, pass_fds, cwd, env, startupinfo, creationflags, shell, p2cread, p2cwrite, c2pread, c2pwrite, errread, errwrite, unused_restore_signals, unused_start_new_session)
1205 env,
1206 os.fspath(cwd) if cwd is not None else None,
-> 1207 startupinfo)
1208 finally:
1209 # Child is launched. Close the parentās copy of those pipe
FileNotFoundError: [WinError 2] The system cannot find the file specified