software-challenge/player_python

socha 2.0.1 incomplete

Closed this issue · 1 comments

kwollw commented

Description

in venv:
pip install socha => socha 2.0.1

socha is incomplete, from socha install IClientHandler, ... or from socha install * does not find to the classes expected in module socha

Environment

  • Python version: 3.11.2
  • Operating System: Debian 12
  • Version of the Python SoCha Client: 2.0.1

Many thanks for the tip. In fact, everything is still there, but the imports in init.py had to be removed (f8d397a), otherwise the code completion of the IDEs would get mixed up. Unfortunately, the logic.py was forgotten to be adapted accordingly.