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
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/airflow", line 21, in
from airflow import configuration
File "/usr/local/lib/python3.6/site-packages/airflow/init.py", line 36, in
from airflow import settings
File "/usr/local/lib/python3.6/site-packages/airflow/settings.py", line 261, in
configure_adapters()
File "/usr/local/lib/python3.6/site-packages/airflow/settings.py", line 218, in configure_adapters
import MySQLdb.converters
File "/usr/local/lib/python3.6/site-packages/MySQLdb/init.py", line 24, in
version_info, _mysql.version_info, _mysql.file
NameError: name '_mysql' is not defined
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/MySQLdb/init.py", line 18, in
from . import _mysql
ImportError: libmariadb.so.3: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/airflow", line 21, in
from airflow import configuration
File "/usr/local/lib/python3.6/site-packages/airflow/init.py", line 36, in
from airflow import settings
File "/usr/local/lib/python3.6/site-packages/airflow/settings.py", line 261, in
configure_adapters()
File "/usr/local/lib/python3.6/site-packages/airflow/settings.py", line 218, in configure_adapters
import MySQLdb.converters
File "/usr/local/lib/python3.6/site-packages/MySQLdb/init.py", line 24, in
version_info, _mysql.version_info, _mysql.file
NameError: name '_mysql' is not defined
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/MySQLdb/init.py", line 18, in
from . import _mysql
ImportError: libmariadb.so.3: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: