I am getting this error while installing datahub on my windows laptop. Any ideas?
(env2) c:\Users\USER\Desktop\datahub>python -m datahub version
Traceback (most recent call last):
File "C:\Program Files\python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Program Files\python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\USER\Desktop\datahub\env2\lib\site-packages\datahub\__main__.py", line 1, in <module>
from datahub.entrypoints import main
File "C:\Users\USER\Desktop\datahub\env2\lib\site-packages\datahub\entrypoints.py", line 14, in <module>
from datahub.cli.docker_cli import docker
File "C:\Users\USER\Desktop\datahub\env2\lib\site-packages\datahub\cli\docker_cli.py", line 60, in <module>
subprocess.run(["uname", "-m"], stdout=subprocess.PIPE)
File "C:\Program Files\python39\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Program Files\python39\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified