Hi,
I've tried to follow the instructions in README.md and I got stuck at step 3. When I type poetry run ./run.sh in the terminal I get the following error:
OSError
[WinError 193] %1 is not a valid Win32 application
at ~\anaconda3\lib\subprocess.py:1420 in _execute_child
1416│ sys.audit("subprocess.Popen", executable, args, cwd, env)
1417│
1418│ # Start the process
1419│ try:
→ 1420│ hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
1421│ # no special security
1422│ None, None,
1423│ int(not close_fds),
1424│ creationflags,
I'm new to a poetry and I wonder whether it caused by me using windows or anacoda prompt ?
Cheers
Edit:
I've managed to run it with poetry run python ./app/main.py command although I'm not sure if everything is setup correctly that way.
Hi,
I've tried to follow the instructions in README.md and I got stuck at step 3. When I type
poetry run ./run.shin the terminal I get the following error:I'm new to a poetry and I wonder whether it caused by me using windows or anacoda prompt ?
Cheers
Edit:
I've managed to run it with
poetry run python ./app/main.pycommand although I'm not sure if everything is setup correctly that way.