Airflow: ImportError: No module named configparser
Environment: Python 2.7.5 & Centos 7
I have successfully installed airflow using:
pip install apache-airflow
But when I run
airflow initdb
,
it says:
Traceback (most recent call last):
File "/usr/bin/airflow", line 21, in <module>
from airflow import configuration
File "/usr/lib/python2.7/site-packages/airflow/__init__.py", line 35, in <module>
from airflow import configuration as conf
File "/usr/lib/python2.7/site-packages/airflow/configuration.py", line 38, in <module>
from backports.configparser import ConfigParser
ImportError: No module named configparser
What am I missing?
python airflow
add a comment |
Environment: Python 2.7.5 & Centos 7
I have successfully installed airflow using:
pip install apache-airflow
But when I run
airflow initdb
,
it says:
Traceback (most recent call last):
File "/usr/bin/airflow", line 21, in <module>
from airflow import configuration
File "/usr/lib/python2.7/site-packages/airflow/__init__.py", line 35, in <module>
from airflow import configuration as conf
File "/usr/lib/python2.7/site-packages/airflow/configuration.py", line 38, in <module>
from backports.configparser import ConfigParser
ImportError: No module named configparser
What am I missing?
python airflow
There is a JIRA Ticket mentioning the same issue. I am not sure whether this fix is available!
– bro-grammer
Nov 14 '18 at 4:41
Can you let me know the Airflow version you have installed. Can you update your python version to 2.7.14?
– kaxil
Nov 14 '18 at 13:20
@kaxil Thanks for your reply. I successfully installed Airflow following steps on this link: site.clairvoyantsoft.com/…
– user2894829
Nov 15 '18 at 2:20
add a comment |
Environment: Python 2.7.5 & Centos 7
I have successfully installed airflow using:
pip install apache-airflow
But when I run
airflow initdb
,
it says:
Traceback (most recent call last):
File "/usr/bin/airflow", line 21, in <module>
from airflow import configuration
File "/usr/lib/python2.7/site-packages/airflow/__init__.py", line 35, in <module>
from airflow import configuration as conf
File "/usr/lib/python2.7/site-packages/airflow/configuration.py", line 38, in <module>
from backports.configparser import ConfigParser
ImportError: No module named configparser
What am I missing?
python airflow
Environment: Python 2.7.5 & Centos 7
I have successfully installed airflow using:
pip install apache-airflow
But when I run
airflow initdb
,
it says:
Traceback (most recent call last):
File "/usr/bin/airflow", line 21, in <module>
from airflow import configuration
File "/usr/lib/python2.7/site-packages/airflow/__init__.py", line 35, in <module>
from airflow import configuration as conf
File "/usr/lib/python2.7/site-packages/airflow/configuration.py", line 38, in <module>
from backports.configparser import ConfigParser
ImportError: No module named configparser
What am I missing?
python airflow
python airflow
asked Nov 14 '18 at 3:39
user2894829user2894829
638
638
There is a JIRA Ticket mentioning the same issue. I am not sure whether this fix is available!
– bro-grammer
Nov 14 '18 at 4:41
Can you let me know the Airflow version you have installed. Can you update your python version to 2.7.14?
– kaxil
Nov 14 '18 at 13:20
@kaxil Thanks for your reply. I successfully installed Airflow following steps on this link: site.clairvoyantsoft.com/…
– user2894829
Nov 15 '18 at 2:20
add a comment |
There is a JIRA Ticket mentioning the same issue. I am not sure whether this fix is available!
– bro-grammer
Nov 14 '18 at 4:41
Can you let me know the Airflow version you have installed. Can you update your python version to 2.7.14?
– kaxil
Nov 14 '18 at 13:20
@kaxil Thanks for your reply. I successfully installed Airflow following steps on this link: site.clairvoyantsoft.com/…
– user2894829
Nov 15 '18 at 2:20
There is a JIRA Ticket mentioning the same issue. I am not sure whether this fix is available!
– bro-grammer
Nov 14 '18 at 4:41
There is a JIRA Ticket mentioning the same issue. I am not sure whether this fix is available!
– bro-grammer
Nov 14 '18 at 4:41
Can you let me know the Airflow version you have installed. Can you update your python version to 2.7.14?
– kaxil
Nov 14 '18 at 13:20
Can you let me know the Airflow version you have installed. Can you update your python version to 2.7.14?
– kaxil
Nov 14 '18 at 13:20
@kaxil Thanks for your reply. I successfully installed Airflow following steps on this link: site.clairvoyantsoft.com/…
– user2894829
Nov 15 '18 at 2:20
@kaxil Thanks for your reply. I successfully installed Airflow following steps on this link: site.clairvoyantsoft.com/…
– user2894829
Nov 15 '18 at 2:20
add a comment |
1 Answer
1
active
oldest
votes
The issue is you have installed a wrong package. airflow
was renamed to apache-airflow
from 1.8.1. The website you used has outdated docs.
Please install using the following command
export AIRFLOW_GPL_UNIDECODE=yes
pip install apache-airflow
This should install 1.10.0 which is the latest stable version and resolve your issues.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53292862%2fairflow-importerror-no-module-named-configparser%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The issue is you have installed a wrong package. airflow
was renamed to apache-airflow
from 1.8.1. The website you used has outdated docs.
Please install using the following command
export AIRFLOW_GPL_UNIDECODE=yes
pip install apache-airflow
This should install 1.10.0 which is the latest stable version and resolve your issues.
add a comment |
The issue is you have installed a wrong package. airflow
was renamed to apache-airflow
from 1.8.1. The website you used has outdated docs.
Please install using the following command
export AIRFLOW_GPL_UNIDECODE=yes
pip install apache-airflow
This should install 1.10.0 which is the latest stable version and resolve your issues.
add a comment |
The issue is you have installed a wrong package. airflow
was renamed to apache-airflow
from 1.8.1. The website you used has outdated docs.
Please install using the following command
export AIRFLOW_GPL_UNIDECODE=yes
pip install apache-airflow
This should install 1.10.0 which is the latest stable version and resolve your issues.
The issue is you have installed a wrong package. airflow
was renamed to apache-airflow
from 1.8.1. The website you used has outdated docs.
Please install using the following command
export AIRFLOW_GPL_UNIDECODE=yes
pip install apache-airflow
This should install 1.10.0 which is the latest stable version and resolve your issues.
answered Nov 15 '18 at 8:29
kaxilkaxil
2,898927
2,898927
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53292862%2fairflow-importerror-no-module-named-configparser%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
There is a JIRA Ticket mentioning the same issue. I am not sure whether this fix is available!
– bro-grammer
Nov 14 '18 at 4:41
Can you let me know the Airflow version you have installed. Can you update your python version to 2.7.14?
– kaxil
Nov 14 '18 at 13:20
@kaxil Thanks for your reply. I successfully installed Airflow following steps on this link: site.clairvoyantsoft.com/…
– user2894829
Nov 15 '18 at 2:20