You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/27 23:30:57 UTC

[GitHub] [airflow] cchepelov commented on pull request #10617: ensure a zipped DAG can locate the modules it provides

cchepelov commented on pull request #10617:
URL: https://github.com/apache/airflow/pull/10617#issuecomment-682242239


   (CI failed on an error which doesn't seem related... Huh?:
   
   `     Running setup.py install for pyodbc: finished with status 'error'
       Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-3b6bnkqc/pyodbc/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-3iim2fgk/install-record.txt --single-version-externally-managed --compile:
       running install
       running build
       running build_ext
       building 'pyodbc' extension
       creating build
       creating build/temp.linux-x86_64-3.8
       creating build/temp.linux-x86_64-3.8/src
       gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPYODBC_VERSION=4.0.30 -I/usr/local/include/python3.8 -c src/buffer.cpp -o build/temp.linux-x86_64-3.8/src/buffer.o -Wno-write-strings
       In file included from src/buffer.cpp:12:
       src/pyodbc.h:56:10: fatal error: sql.h: No such file or directory
        #include <sql.h>
                 ^~~~~~~
       compilation terminated.
       error: command 'gcc' failed with exit status 1
       `


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org