########################################
# rollout-track1-validation #
########################################
An error occurred when installing aicrowd-gym:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/msgpack-numpy/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f2424fb8850>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/msgpack-numpy/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f2424fb8940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/msgpack-numpy/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f2424fb8a60>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/msgpack-numpy/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f2424fb8d60>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/msgpack-numpy/
ERROR: Could not find a version that satisfies the requirement msgpack-numpy==0.4.7.1 (from aicrowd-gym-internal) (from versions: none)
ERROR: No matching distribution found for msgpack-numpy==0.4.7.1
WARNING: There was an error checking the latest version of pip.
================================================================================================
##
## File structure just before inference:
##
================================================================================================
total 6004
drwxrwsrwx 7 root aicrowd 4096 Jun 22 15:27 .
drwxr-xr-x 1 root root 4096 Jun 22 15:27 ..
-rw-r--r-- 1 root aicrowd 205 Jun 22 14:55 aicrowd.json
-rwxr-xr-x 1 aicrowd aicrowd 5741 Jun 22 15:27 aicrowd_wrapper.py
-rw-r--r-- 1 root aicrowd 3 Jun 22 14:55 apt.txt
-rwxr-xr-x 1 aicrowd aicrowd 646 Jun 22 15:27 client_launcher.py
-rw-r--r-- 1 root aicrowd 1462 Jun 22 14:55 Dockerfile
-rw-r--r-- 1 root aicrowd 21 Jun 22 14:55 .dockerignore
-rw-r--r-- 1 root aicrowd 2517 Jun 22 14:55 docker_run.sh
drwxr-sr-x 2 root aicrowd 4096 Jun 22 14:55 docs
-rw-r--r-- 1 root aicrowd 2743 Jun 22 14:55 download-git-lfs-files.py
-rw-r--r-- 1 root aicrowd 17066 Jun 22 14:55 .gitattributes
-rw-r--r-- 1 root aicrowd 3104 Jun 22 14:55 .gitignore
drwxr-sr-x 3 root aicrowd 4096 Jun 22 14:55 .idea
-rw-r--r-- 1 root aicrowd 79537 Jun 22 14:55 llama3.txt
-rw-r--r-- 1 root aicrowd 9663 Jun 22 14:55 local_evaluation.py
-rw-r--r-- 1 root aicrowd 12009 Jun 22 14:55 metrics.py
-rw-r--r-- 1 root aicrowd 81865 Jun 22 14:55 mistral_chat.txt
-rw-r--r-- 1 root aicrowd 79563 Jun 22 14:55 mistral.txt
drwxr-sr-x 2 root aicrowd 4096 Jun 22 14:55 models
drwxr-sr-x 21 root aicrowd 4096 Jun 22 14:55 model_weights
-rw-r--r-- 1 root aicrowd 136 Jun 22 14:55 my_submit.sh
-rw-r--r-- 1 root aicrowd 883433 Jun 22 14:55 new_ner.txt
-rw-r--r-- 1 root aicrowd 13613 Jun 22 14:55 parsers.py
-rw-r--r-- 1 root aicrowd 15958 Jun 22 14:55 README.md
-rw-r--r-- 1 root aicrowd 94 Jun 22 14:55 requirements_eval.txt
-rw-r--r-- 1 root aicrowd 80 Jun 22 14:55 requirements.txt
-rwxr-xr-x 1 aicrowd aicrowd 69 Jun 22 15:27 run.py
-rwxr-xr-x 1 aicrowd aicrowd 29 Jun 22 15:27 run.sh
-rw-r--r-- 1 root aicrowd 988069 Jun 22 14:55 test_data_newnew_tuned.txt
-rw-r--r-- 1 root aicrowd 989276 Jun 22 14:55 test_data_newnew_untuned.txt
-rw-r--r-- 1 root aicrowd 989062 Jun 22 14:55 test_data_new_tuned.txt
-rw-r--r-- 1 root aicrowd 729258 Jun 22 14:55 test_data_pure_tuned.txt
-rw-r--r-- 1 root aicrowd 730822 Jun 22 14:55 test_data_pure_untuned.txt
-rw-r--r-- 1 root aicrowd 79265 Jun 22 14:55 test_dev_newnew_tuned.txt
-rw-r--r-- 1 root aicrowd 79601 Jun 22 14:55 test_dev_newnew_untuned.txt
-rw-r--r-- 1 root aicrowd 79559 Jun 22 14:55 test_dev_new_tuned.txt
-rw-r--r-- 1 root aicrowd 79402 Jun 22 14:55 test_dev_pure_tuned.txt
-rw-r--r-- 1 root aicrowd 79560 Jun 22 14:55 test_dev_pure_untuned.txt
drwxr-sr-x 2 root aicrowd 4096 Jun 22 14:55 utilities
Traceback (most recent call last):
File "run.py", line 1, in <module>
from client_launcher import start_test_client
File "/aicrowd-source/client_launcher.py", line 3, in <module>
from aicrowd_gym.clients.zmq_oracle_client import ZmqOracleClient
ModuleNotFoundError: No module named 'aicrowd_gym'
i wonder how to fix this, as i didnt install this in my requirement?