kvak opened a new issue, #38598:
URL: https://github.com/apache/airflow/issues/38598

   ### Apache Airflow version
   
   2.8.4
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   `pip3 install apache-airflow`
   I get:
   `Successfully installed apache-airflow-2.8.4 sqlalchemy-1.4.52`
   then I do:
   ```
   airflow users create \
             --username admin \
             --firstname me \
             --lastname myself \
             --role Admin \
             --email some...@me.com
   
   
   airflow webserver -p 9090
   ```
   Then I get this:
   ![Screenshot from 2024-03-28 
22-49-38](https://github.com/apache/airflow/assets/9684431/3caf9d92-3bdc-4d53-81e6-b25149c848ca)
   
   `Error: invalid syntax (airflow.py, line 2)
   `
   
   ### What you think should happen instead?
   
   I should not get this bug, the webserver should start
   
   ### How to reproduce
   
   `pip3 install apache-airflow`
   airflow users create \
             --username admin \
             --firstname me \
             --lastname myself \
             --role Admin \
             --email some...@me.com
   airflow webserver -p 9090
   
   ### Operating System
   
   Ubuntu 22.04.4 LT
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow-providers-cncf-kubernetes==8.0.1
   apache-airflow-providers-common-io==1.3.0
   apache-airflow-providers-common-sql==1.11.1
   apache-airflow-providers-ftp==3.7.0
   apache-airflow-providers-http==4.10.0
   apache-airflow-providers-imap==3.5.0
   apache-airflow-providers-smtp==1.6.1
   apache-airflow-providers-sqlite==3.7.1
   
   ### Deployment
   
   Virtualenv installation
   
   ### Deployment details
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscr...@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to