GUI Help #90
Unanswered
balaxunhei
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
after pdm install, I run sportsbet-gui command, but it shows below error:
PS D:\betting\sports-betting> sportsbet-gui
Traceback (most recent call last):
File "D:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "D:\Users\Administrator\AppData\Local\Programs\Python\Python310\Scripts\sportsbet-gui.exe_main.py", line 7, in
File "D:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\sportsbet\gui\main.py", line 13, in run
node_call = subprocess.run(['node', '--version'], stdout=null, stderr=null, check=False) # noqa: S603, S607
File "D:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 501, in run
with Popen(*popenargs, **kwargs) as process:
File "D:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 966, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "D:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1435, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] cannot find the specific file in system.
and I have installed the reflex.. I also changed the reflex path in main.py
Really need help!!!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions