ModuleNotFoundError: No module named 'aicrowd_gym'

First of all, I would like to thank the organizers for this unusual and exciting competition!

So my problem is as follows

When trying to change the python version from 3.9 to 3.10, the container starts throwing an error:

########################################
#     rollout-gendesign-validation     #
########################################
Traceback (most recent call last):

Traceback (most recent call last):

  File "/home/aicrowd/run.py", line 1, in <module>

  File "/home/aicrowd/run.py", line 1, in <module>

    from client_launcher import start_test_client

    from client_launcher import start_test_client

  File "/home/aicrowd/client_launcher.py", line 3, in <module>

  File "/home/aicrowd/client_launcher.py", line 3, in <module>

    from aicrowd_gym.clients.zmq_oracle_client import ZmqOracleClient

    from aicrowd_gym.clients.zmq_oracle_client import ZmqOracleClient

ModuleNotFoundError: No module named 'aicrowd_gym'

ModuleNotFoundError: No module named 'aicrowd_gym'

I’m using Dockerfile from baseline. I just changed one line:
RUN wget -nv -O miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py39_23.11.0-2-Linux-x86_64.sh \
to
RUN wget -nv -O miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py310_24.1.2-0-Linux-x86_64.sh \

submission_hash : 46b4ea7914497a9ff3e931f395dfeeeb73e3675c.

hello,I meet the same error,was if fixed?