amiriry edited a comment on issue #17443:
URL: https://github.com/apache/airflow/issues/17443#issuecomment-907756755
When I try to run again with docker-compose, airflow doesn't go up and I get
this error, couple of times:
```
ERROR! Maximum number of retries (20) reached.
Last check result:
$ airflow db check
Traceback (most recent call last):
File
"/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/__init__.py", line
18, in <module>
from . import _mysql
ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: cannot allocate
memory in static TLS block
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/airflow/.local/bin/airflow", line 5, in <module>
from airflow.__main__ import main
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/__init__.py", line
46, in <module>
settings.initialize()
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/settings.py", line
445, in initialize
configure_adapters()
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/settings.py", line
325, in configure_adapters
import MySQLdb.converters
File
"/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/__init__.py", line
24, in <module>
version_info, _mysql.version_info, _mysql.__file__
NameError: name '_mysql' is not defined
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]