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
a-stock8
b-texel7
c-arasan
d-rodnt3
Exception in thread Thread-5:
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.6/dist-packages/chess/engine.py", line 151, in _receiving_thread_target
line = self.process.stdout.readline()
File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc8 in position 50: ordinal not in range(128)
Please help to solve this problem. :)
The text was updated successfully, but these errors were encountered:
Hi picochess developers,
I try to install picochess manualy. Therefore I setup a Dockerfile
The first problem, if I try (without sudo, because I am root on Docker)
I get the following error
As a non python developer I go edit the requirements.txt in the line
and change the version from 0.22.1 to 0.23.1. It helps to eliminate this error. It means the command
runs without an error.
The command
gets the following error
Please help to solve this problem. :)
The text was updated successfully, but these errors were encountered: