-
background tried 0 result
root cause tried 1 result
question thanks and best regards |
Beta Was this translation helpful? Give feedback.
Answered by
niklasf
Apr 25, 2023
Replies: 1 comment
-
The await chess.engine.popen_uci(["/bin/lc0", "-w", "/content/lc0-net"]) or chess.engine.SimpleEngine.popen_uci(["/bin/lc0", "-w", "/content/lc0-net"]) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sugizo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
command
parameter is equivalent toargs
insubprocess.Popen
. Use:or