Open 9acca9 opened 4 years ago
I get the exact same error, also on raspbian. I get it when running client.users.get_public_data(username)
The reason is this issue with the request package which they are not fixing: https://github.com/psf/requests/issues/4842
One solution would be to deinstall simplejson but here for example jupyter and qt depend on it. Alternatively use Python environments to control what is loaded. This means, however, you cannot use berserk in a jupyter notebook, for example.
Oh this is on OpenSuSE Leap BTW.
BTW these errors can be prevented by catching them from the berserk code, see this: https://github.com/PrefectHQ/prefect/issues/3151 I will submit a patch.
Description
Im using lichs (https://github.com/Cqsi/lichs). On windows works perfect, also on Archlinux. On my raspberry pi with raspbian (after put the token from lichess) i get this, what can i do?:
Thanks!