[
https://issues.apache.org/jira/browse/AIRFLOW-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15992121#comment-15992121
]
Connor Ameres commented on AIRFLOW-1137:
----------------------------------------
I'm a little late on this one, but have you taken a look at
https://airflow.incubator.apache.org/installation.html#extra-packages
documentation or `extras_requires` of the `setup.py` to determine what you need
to install?
> Problem installing [all] subpackages python3
> --------------------------------------------
>
> Key: AIRFLOW-1137
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1137
> Project: Apache Airflow
> Issue Type: Bug
> Reporter: Hamed
> Priority: Minor
>
> I am installing all packages for airflow in python3 using:
> {noformat}pip3 install 'airflow[all]'{noformat} but it throws me the
> following error:
> {code:xml}
> Collecting cx_Oracle>=5.1.2 (from airflow[all])
> Downloading cx_Oracle-5.3.tar.gz (129kB)
> 100% |████████████████████████████████| 133kB 5.9MB/s
> Complete output from command python setup.py egg_info:
> Traceback (most recent call last):
> File "<string>", line 1, in <module>
> File "/private/tmp/pip-build-5re1trj4/cx-Oracle/setup.py", line 174, in
> <module>
> raise DistutilsSetupError("cannot locate an Oracle software " \
> distutils.errors.DistutilsSetupError: cannot locate an Oracle software
> installation
>
> {code}
> I dont want to use oracle subpackage but that blocks the installation of
> other packages.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)