BombSquad server manager 1.3.1 starting up (opt mode)... Interactive mode enabled; use the 'mgr' object to interact with the server. Type 'help(mgr)' for more information. Valid server config file loaded. >>> Launching server subprocess... ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type md5 ERROR:root:code for hash sha1 was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha1 ERROR:root:code for hash sha224 was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha224 ERROR:root:code for hash sha256 was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha256 ERROR:root:code for hash sha384 was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha384 ERROR:root:code for hash sha512 was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha512 ERROR:root:code for hash blake2b was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type blake2b ERROR:root:code for hash blake2s was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type blake2s ERROR:root:code for hash sha3_224 was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_224 ERROR:root:code for hash sha3_256 was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_256 ERROR:root:code for hash sha3_384 was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_384 ERROR:root:code for hash sha3_512 was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_512 ERROR:root:code for hash shake_128 was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type shake_128 ERROR:root:code for hash shake_256 was not found. Traceback (most recent call last): File "/usr/local/lib/python3.10/hashlib.py", line 261, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type shake_256 Traceback (most recent call last): File "", line 30, in File "/home/admin/projects/BombSquad_Server_RaspberryPi_1.7.17/dist/ba_data/python/ba/__init__.py", line 69, in from ba._activity import Activity File "/home/admin/projects/BombSquad_Server_RaspberryPi_1.7.17/dist/ba_data/python/ba/_activity.py", line 19, in from ba._general import Call, verify_object_death File "/home/admin/projects/BombSquad_Server_RaspberryPi_1.7.17/dist/ba_data/python/ba/_general.py", line 8, in import random File "/usr/local/lib/python3.10/random.py", line 49, in from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil ImportError: /usr/local/lib/python3.10/lib-dynload/math.cpython-310-arm-linux-gnueabihf.so: undefined symbol: PyFloat_Type FATAL ERROR: Unhandled exception in logic thread: Error in ba Python bootstrapping. See log for details. terminate called after throwing an instance of 'std::logic_error' what(): Error in ba Python bootstrapping. See log for details. Server subprocess exited with code -6. Stopping subprocess... Subprocess stopped.