Since today I am running into an error when updating my SVN repo. Everything worked correctly last week unfortunately.
I updated python to 3.9.6, updated packages to the latest state, but unfortunately this did not helped...
Any idea what this could be? Are you experiencing the same error ?
File "C:\Scratch\Projects\Altium_DB\get_db_component_entries_from_supplier\general\svn_functions.py", line 70, in svn_checkout_or_update
repo_client.update()
File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\site-packages\svn\local.py", line 39, in update
self.run_command(
File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\site-packages\svn\common.py", line 60, in run_command
return self.external_command(cmd, environment=self.env, kwargs)
File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\site-packages\svn\common_base.py", line 24, in external_command
subprocess.check_output(
File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 424, in check_output
return run(popenargs, stdout=PIPE, timeout=timeout, check=True,
File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 505, in run
with Popen(popenargs, kwargs) as process:
File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 951, in init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
File "C:\Program Files\JetBrains\PyCharm Community Edition 2021.1.3\plugins\python-ce\helpers\pydev_pydev_bundle\pydev_monkey.py", line 575, in new_CreateProcess
return getattr(_subprocess, original_name)(app_name, patch_arg_str_win(cmd_line), *args)
FileNotFoundError: [WinError 2] The system cannot find the file specified
Dear All,
Since today I am running into an error when updating my SVN repo. Everything worked correctly last week unfortunately. I updated python to 3.9.6, updated packages to the latest state, but unfortunately this did not helped... Any idea what this could be? Are you experiencing the same error ?
File "C:\Scratch\Projects\Altium_DB\get_db_component_entries_from_supplier\general\svn_functions.py", line 70, in svn_checkout_or_update repo_client.update() File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\site-packages\svn\local.py", line 39, in update self.run_command( File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\site-packages\svn\common.py", line 60, in run_command return self.external_command(cmd, environment=self.env, kwargs) File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\site-packages\svn\common_base.py", line 24, in external_command subprocess.check_output( File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 424, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 505, in run with Popen(popenargs, kwargs) as process: File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 951, in init__ self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\ETH-TIQI\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, File "C:\Program Files\JetBrains\PyCharm Community Edition 2021.1.3\plugins\python-ce\helpers\pydev_pydev_bundle\pydev_monkey.py", line 575, in new_CreateProcess return getattr(_subprocess, original_name)(app_name, patch_arg_str_win(cmd_line), *args) FileNotFoundError: [WinError 2] The system cannot find the file specified
Thank you!