You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the installation steps, and when launching the last command, I get the following error:
(fair-checker-env)
> ./launch_dev.sh
ENV is set to:
development
False
[2024-05-21 15:22:39 +0200] [3488779] [INFO] Starting gunicorn 20.1.0
[2024-05-21 15:22:39 +0200] [3488779] [INFO] Listening at: http://0.0.0.0:5000 (3488779)
[2024-05-21 15:22:39 +0200] [3488779] [INFO] Using worker: eventlet
[2024-05-21 15:22:39 +0200] [3488783] [INFO] Booting worker with pid: 3488783
[2024-05-21 15:22:39 +0200] [3488783] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
worker.init_process()
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/gunicorn/workers/geventlet.py", line 134, in init_process
super().init_process()
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/gunicorn/workers/base.py", line 134, in init_process
self.load_wsgi()
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
self.wsgi = self.app.wsgi()
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
return self.load_wsgiapp()
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
return util.import_app(self.app_uri)
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/gunicorn/util.py", line 359, in import_app
mod = importlib.import_module(module)
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/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/bodrug-a/bin/fair-checker/app.py", line 25, in <module>
from flask_socketio import SocketIO
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/flask_socketio/__init__.py", line 9, in <module>
from socketio import socketio_manage # noqa: F401
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/socketio/__init__.py", line 1, in <module>
from .client import Client
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/socketio/client.py", line 3, in <module>
import engineio
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/engineio/__init__.py", line 1, in <module>
from .client import Client
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/engineio/client.py", line 11, in <module>
import requests
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/requests/__init__.py", line 164, in <module>
from .api import delete, get, head, options, patch, post, put, request
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/requests/api.py", line 11, in <module>
from . import sessions
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/requests/sessions.py", line 15, in <module>
from .adapters import HTTPAdapter
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/requests/adapters.py", line 75, in <module>
_preloaded_ssl_context = create_urllib3_context()
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 290, in create_urllib3_context
context.minimum_version = TLSVersion.TLSv1_2
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/ssl.py", line 586, in minimum_version
super(SSLContext, SSLContext).minimum_version.__set__(self, value)
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/ssl.py", line 586, in minimum_version
super(SSLContext, SSLContext).minimum_version.__set__(self, value)
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/ssl.py", line 586, in minimum_version
super(SSLContext, SSLContext).minimum_version.__set__(self, value)
[Previous line repeated 451 more times]
File "/home/bodrug-a/miniconda3/envs/fair-checker-env/lib/python3.8/ssl.py", line 584, in minimum_version
if value == TLSVersion.SSLv3:
RecursionError: maximum recursion depth exceeded while calling a Python object
[2024-05-21 15:22:39 +0200] [3488783] [INFO] Worker exiting (pid: 3488783)
[2024-05-21 15:22:39 +0200] [3488779] [INFO] Shutting down: Master
[2024-05-21 15:22:39 +0200] [3488779] [INFO] Reason: Worker failed to boot.
Could you give me some guidance on why this error may occur for FAIR-Checker?
Thanks!
Alex
The text was updated successfully, but these errors were encountered:
Hello,
Following the installation steps, and when launching the last command, I get the following error:
Could you give me some guidance on why this error may occur for FAIR-Checker?
Thanks!
Alex
The text was updated successfully, but these errors were encountered: