You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Hamed (JIRA)" <ji...@apache.org> on 2017/04/21 10:56:04 UTC

[jira] [Created] (AIRFLOW-1137) Problem installing [all] subpackages python3

Hamed created AIRFLOW-1137:
------------------------------

             Summary: 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)