MahjongRepository / tenhou-python-bot

Bot for tenhou.net riichi mahjong server written in Python
MIT License
201 stars 52 forks source link

TypeError: can't pickle _thread.RLock objects #159

Closed Jifaaa closed 3 years ago

Jifaaa commented 3 years ago

a0de1_2020-12-04_15_13_22.log a0de1_2020-12-04_15_22_29.log a0de1_2020-12-04_15_25_17.log a0de1_2020-12-04_15_12_43.log Seems that the error occurs when trying to call a meld.

Nihisil commented 3 years ago

It is a known issue and it happens with Python 3.6 and below. We are supporting Python 3.7 and later for now.

Jifaaa commented 3 years ago

It is a known issue and it happens with Python 3.6 and below. We are supporting Python 3.7 and later for now.

Thank you very much. Now it is going well.