Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parameter inncorrect when I run make command #98

Open
GameDevKitY opened this issue May 9, 2023 · 0 comments
Open

parameter inncorrect when I run make command #98

GameDevKitY opened this issue May 9, 2023 · 0 comments

Comments

@GameDevKitY
Copy link

GameDevKitY commented May 9, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant