bertiewooster opened a new issue, #27799:
URL: https://github.com/apache/airflow/issues/27799
### Apache Airflow version
2.4.3
### What happened
When I ran
`airflow tasks run example_bash_operator runme_0 2015-01-01`
I got the error
```
(venv) myusername@MacBook-Air airflow % airflow tasks run
example_bash_operator runme_0 2015-01-01
[2022-11-14 23:49:19,228] {dagbag.py:537} INFO - Filling up the DagBag from
/Users/myusername/airflow/dags
[2022-11-14 23:49:19,228] {cli.py:225} WARNING - Dag
'\x1b[01mexample_bash_operator\x1b[22m' not found in path
/Users/myusername/airflow/dags; trying path /Users/myusername/airflow/dags
[2022-11-14 23:49:19,228] {dagbag.py:537} INFO - Filling up the DagBag from
/Users/myusername/airflow/dags
Traceback (most recent call last):
File "/Users/myusername/airflow/venv/bin/airflow", line 8, in <module>
sys.exit(main())
File
"/Users/myusername/airflow/venv/lib/python3.10/site-packages/airflow/__main__.py",
line 39, in main
args.func(args)
File
"/Users/myusername/airflow/venv/lib/python3.10/site-packages/airflow/cli/cli_parser.py",
line 52, in command
return func(*args, **kwargs)
File
"/Users/myusername/airflow/venv/lib/python3.10/site-packages/airflow/utils/cli.py",
line 103, in wrapper
return f(*args, **kwargs)
File
"/Users/myusername/airflow/venv/lib/python3.10/site-packages/airflow/cli/commands/task_command.py",
line 366, in task_run
dag = get_dag(args.subdir, args.dag_id, include_examples=False)
File
"/Users/myusername/airflow/venv/lib/python3.10/site-packages/airflow/utils/cli.py",
line 228, in get_dag
raise AirflowException(
airflow.exceptions.AirflowException: Dag 'example_bash_operator' could not
be found; either it does not exist or it failed to parse.
```
### What you think should happen instead
Successful completion of the task
### How to reproduce
1. Create a Python venv based on Python 3.11
2. Follow the [Quick Start
instructions](https://airflow.apache.org/docs/apache-airflow/stable/start.html)
through `airflow tasks run example_bash_operator runme_0 2015-01-01`
3. The error should appear
### Operating System
MacOS 12.5.1
### Versions of Apache Airflow Providers
Not applicable
### Deployment
Other
### Deployment details
This is just on my local machine
### 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]