You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\ProgramData\Miniconda3\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\ProgramData\Miniconda3\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\User\AppData\Roaming\Python\Python310\site-packages\llama\download.py", line 41, in
download(User())
File "C:\Users\User\AppData\Roaming\Python\Python310\site-packages\llama\download.py", line 16, in download
hiq.execute_cmd(cmd, verbose=False, shell=True, runtime_output=True)
File "C:\Users\User\AppData\Roaming\Python\Python310\site-packages\hiq\utils.py", line 101, in execute_cmd
proc = subprocess.Popen(
File "C:\ProgramData\Miniconda3\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\ProgramData\Miniconda3\lib\subprocess.py", line 1440, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 87] The parameter is incorrect
The text was updated successfully, but these errors were encountered:
when I run python -m llama.download it spits out
Traceback (most recent call last):
File "C:\ProgramData\Miniconda3\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\ProgramData\Miniconda3\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\User\AppData\Roaming\Python\Python310\site-packages\llama\download.py", line 41, in
download(User())
File "C:\Users\User\AppData\Roaming\Python\Python310\site-packages\llama\download.py", line 16, in download
hiq.execute_cmd(cmd, verbose=False, shell=True, runtime_output=True)
File "C:\Users\User\AppData\Roaming\Python\Python310\site-packages\hiq\utils.py", line 101, in execute_cmd
proc = subprocess.Popen(
File "C:\ProgramData\Miniconda3\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\ProgramData\Miniconda3\lib\subprocess.py", line 1440, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 87] The parameter is incorrect
The text was updated successfully, but these errors were encountered: