-
Notifications
You must be signed in to change notification settings - Fork 15.1k
ImportError in Quick Start example #12581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
This seems to be a dependency issue: At the end of the
Manually forcing the installation by
However, not the commands from the quickstart work. I tried to fix this, but the listed dependencies in |
Great! Thanks for the pointer. When I opened the issue, I obviously didn't think of the right keywords that would have led me to the issue/pull request. |
The airflow quickstart example doesn't run for me on ubuntu 20.04. I'm using python3.8 in a fresh virtual environment like this
This raises an
ImportError
(see below for full stacktrace) when attempting to importresolve_types
fromattr
. The~/airflow
folder gets created and (at least partially populated). Attemptingairflow webserver -p 8080
fails too, with the same error message.Apache Airflow version: 1.10.12 (current pypi default)
Kubernetes version (if you are using kubernetes) (use
kubectl version
): No kubernetesEnvironment:
uname -a
): Linux 5.4.0.52-generic (Default Kernel)What happened: See above.
What you expected to happen:
initdb
command I expected either no message or a log-message stating that an sqlite database was initialized (or similar).How to reproduce it:
The code example at the top reproduces the error reliably on this computer, even if I use slight variations of the virtualenv creation (e.g. skip
pip install -U pip
or use a different name for the virtualenv).Anything else we need to know:
For completeness also, the full content of the
~/airflow/
folder:The text was updated successfully, but these errors were encountered: