SuccessMoses commented on PR #44096:
URL: https://github.com/apache/airflow/pull/44096#issuecomment-2480578046

   even with this changes there is still a bug:
   ```
   airflow version
   ```
   Observation:
   ```
   airflow) success@success-HP-Laptop-14-cf3xxx:~/Desktop/airflow$ airflow 
version
   Traceback (most recent call last):
     File "/home/success/Desktop/airflow/.venv/bin/airflow", line 5, in <module>
       from airflow.__main__ import main
     File "/home/success/Desktop/airflow/airflow/__init__.py", line 78, in 
<module>
       settings.initialize()
     File "/home/success/Desktop/airflow/airflow/settings.py", line 787, in 
initialize
       configure_orm()
     File "/home/success/Desktop/airflow/airflow/settings.py", line 494, in 
configure_orm
       async_engine = create_async_engine(SQL_ALCHEMY_CONN_ASYNC, future=True)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File 
"/home/success/Desktop/airflow/.venv/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/engine.py",
 line 43, in create_async_engine
       sync_engine = _create_engine(*arg, **kw)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
     File "<string>", line 2, in create_engine
     File 
"/home/success/Desktop/airflow/.venv/lib/python3.12/site-packages/sqlalchemy/util/deprecations.py",
 line 375, in warned
       return fn(*args, **kwargs)
              ^^^^^^^^^^^^^^^^^^^
     File 
"/home/success/Desktop/airflow/.venv/lib/python3.12/site-packages/sqlalchemy/engine/create.py",
 line 544, in create_engine
       dbapi = dialect_cls.dbapi(**dbapi_args)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File 
"/home/success/Desktop/airflow/.venv/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/aiosqlite.py",
 line 321, in dbapi
       __import__("aiosqlite"), __import__("sqlite3")
   ```
   ## Hypothesis:
   No modules named `aiosqlite` and `sqlite3`


-- 
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]

Reply via email to