Every time I run prosv5 make
I am given a missing file error (Full error below)
The missing file seems to be within python. I have attempted to update python to the latest version, and completely reinstalling python, but these both had no effect.
I have attempted to uninstall the Pros CLI, ( pip uninstall c:/pros-cli
) but this returns an error
ERROR: You must give at least one requirement to uninstall (see "pip help uninstall")
Has anyone got a single clue how I could fix this problem (Or how can reinstall the CLI) .
C:\Users\programming\Documents\Robotics Locale\LiamBot>prosv5 make --debug --verbose
INFO - pros.cli.common:callback - Debugging messages enabled
DEBUG - pros:callback - CLI Version: 3.1.4
INFO - pros.cli.common:callback - Verbose messages enabled
INFO - pros.conductor.project:find_project - Found Project Path: C:\Users\programming\Documents\Robotics Locale\LiamBot\project.pros
INFO - pros.conductor.project:find_project - Found Project Path: C:\Users\programming\Documents\Robotics Locale\LiamBot\project.pros
ERROR - pros.cli.main:main - [WinError 2] The system cannot find the file specified
Traceback (most recent call last):
File "c:\pros-cli\pros\cli\main.py", line 47, in main
cli.main(prog_name='pros', obj=ctx_obj)
File "c:\users\programming\appdata\local\programs\python\python38\lib\site-packages\click\core.py", line 697, in main
rv = self.invoke(ctx)
File "c:\users\programming\appdata\local\programs\python\python38\lib\site-packages\click\core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "c:\users\programming\appdata\local\programs\python\python38\lib\site-packages\click\core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "c:\users\programming\appdata\local\programs\python\python38\lib\site-packages\click\core.py", line 535, in invoke
return callback(*args, **kwargs)
File "c:\pros-cli\pros\cli\build.py", line 23, in make
exit_code = project.compile(build_args)
File "c:\pros-cli\pros\conductor\project\__init__.py", line 386, in compile
return self.make_scan_build(build_args) if scan_build else self.make(build_args)
File "c:\pros-cli\pros\conductor\project\__init__.py", line 229, in make
process = subprocess.Popen(executable=make_cmd, args=[make_cmd, *build_args], cwd=self.directory, env=env,
File "c:\users\programming\appdata\local\programs\python\python38\lib\site-packages\sentry_sdk\integrations\stdlib.py", line 190, in sentry_patched_popen_init
rv = old_popen_init(self, *a, **kw) # type: ignore
File "c:\users\programming\appdata\local\programs\python\python38\lib\subprocess.py", line 854, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "c:\users\programming\appdata\local\programs\python\python38\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
We detected something went wrong! Do you want to send a report? [y/N]: