Traceback (most recent call last):
  File "/home/muazmhaf/magang-test.muazmhafidz.my.id/passenger_wsgi.py", line 12, in <module>
    chroma_client = chromadb.Client()
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/__init__.py", line 334, in Client
    return ClientCreator(tenant=tenant, database=database, settings=settings)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/api/client.py", line 58, in __init__
    super().__init__(settings=settings)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/api/shared_system_client.py", line 19, in __init__
    SharedSystemClient._create_system_if_not_exists(self._identifier, settings)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/api/shared_system_client.py", line 29, in _create_system_if_not_exists
    new_system.instance(ProductTelemetryClient)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 420, in instance
    type = get_class(fqn, type)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 469, in get_class
    module = importlib.import_module(module_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/telemetry/product/posthog.py", line 1, in <module>
    import posthog
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/__init__.py", line 5, in <module>
    from posthog.client import Client
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/client.py", line 17, in <module>
    from posthog.consumer import Consumer
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/consumer.py", line 8, in <module>
    from posthog.request import APIError, DatetimeSerializer, batch_post
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/request.py", line 8, in <module>
    import requests
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/requests/__init__.py", line 43, in <module>
    import urllib3
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/urllib3/__init__.py", line 42, in <module>
    raise ImportError(
ImportError: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
Traceback (most recent call last):
  File "/home/muazmhaf/magang-test.muazmhafidz.my.id/passenger_wsgi.py", line 12, in <module>
    chroma_client = chromadb.Client()
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/__init__.py", line 334, in Client
    return ClientCreator(tenant=tenant, database=database, settings=settings)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/api/client.py", line 63, in __init__
    self._server = self._system.instance(ServerAPI)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 423, in instance
    impl = type(self)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/api/segment.py", line 128, in __init__
    self._product_telemetry_client = self.require(ProductTelemetryClient)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 316, in require
    inst = self._system.instance(type)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 420, in instance
    type = get_class(fqn, type)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 469, in get_class
    module = importlib.import_module(module_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/telemetry/product/posthog.py", line 1, in <module>
    import posthog
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/__init__.py", line 5, in <module>
    from posthog.client import Client
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/client.py", line 17, in <module>
    from posthog.consumer import Consumer
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/consumer.py", line 8, in <module>
    from posthog.request import APIError, DatetimeSerializer, batch_post
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/request.py", line 8, in <module>
    import requests
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/requests/__init__.py", line 43, in <module>
    import urllib3
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/urllib3/__init__.py", line 42, in <module>
    raise ImportError(
ImportError: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
Traceback (most recent call last):
  File "/home/muazmhaf/magang-test.muazmhafidz.my.id/passenger_wsgi.py", line 12, in <module>
    chroma_client = chromadb.Client()
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/__init__.py", line 334, in Client
    return ClientCreator(tenant=tenant, database=database, settings=settings)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/api/client.py", line 63, in __init__
    self._server = self._system.instance(ServerAPI)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 423, in instance
    impl = type(self)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/api/segment.py", line 128, in __init__
    self._product_telemetry_client = self.require(ProductTelemetryClient)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 316, in require
    inst = self._system.instance(type)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 420, in instance
    type = get_class(fqn, type)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 469, in get_class
    module = importlib.import_module(module_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/telemetry/product/posthog.py", line 1, in <module>
    import posthog
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/__init__.py", line 5, in <module>
    from posthog.client import Client
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/client.py", line 17, in <module>
    from posthog.consumer import Consumer
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/consumer.py", line 8, in <module>
    from posthog.request import APIError, DatetimeSerializer, batch_post
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/request.py", line 8, in <module>
    import requests
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/requests/__init__.py", line 43, in <module>
    import urllib3
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/urllib3/__init__.py", line 42, in <module>
    raise ImportError(
ImportError: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
[UID:2098][22159] Child process with pid: 23254 was killed by signal: 15, core dump: 0
Traceback (most recent call last):
  File "/home/muazmhaf/magang-test.muazmhafidz.my.id/passenger_wsgi.py", line 12, in <module>
    chroma_client = chromadb.Client()
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/__init__.py", line 334, in Client
    return ClientCreator(tenant=tenant, database=database, settings=settings)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/api/client.py", line 63, in __init__
    self._server = self._system.instance(ServerAPI)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 423, in instance
    impl = type(self)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/api/segment.py", line 128, in __init__
    self._product_telemetry_client = self.require(ProductTelemetryClient)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 316, in require
    inst = self._system.instance(type)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 420, in instance
    type = get_class(fqn, type)
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/config.py", line 469, in get_class
    module = importlib.import_module(module_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/chromadb/telemetry/product/posthog.py", line 1, in <module>
    import posthog
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/__init__.py", line 5, in <module>
    from posthog.client import Client
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/client.py", line 17, in <module>
    from posthog.consumer import Consumer
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/consumer.py", line 8, in <module>
    from posthog.request import APIError, DatetimeSerializer, batch_post
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/posthog/request.py", line 8, in <module>
    import requests
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/requests/__init__.py", line 43, in <module>
    import urllib3
  File "/home/muazmhaf/virtualenv/magang-test.muazmhafidz.my.id/3.8/lib/python3.8/site-packages/urllib3/__init__.py", line 42, in <module>
    raise ImportError(
ImportError: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
PersistentClient failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
Fallback also failed: An instance of Chroma already exists for ephemeral with different settings
ChromaDB not available
PersistentClient failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
Fallback also failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
ChromaDB not available
PersistentClient failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
Fallback also failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
ChromaDB not available
PersistentClient failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
Fallback also failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
ChromaDB not available
PersistentClient failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
Fallback also failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
ChromaDB not available
PersistentClient failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
Fallback also failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
ChromaDB not available
PersistentClient failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
Fallback also failed: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
ChromaDB not available
