abhinavsood commented on issue #8074: Common Table Expressions (CTE's) do not 
work for Microsoft SQL Server database
URL: 
https://github.com/apache/incubator-superset/issues/8074#issuecomment-523974549
 
 
   @villebro I am currently unable to test the fix. The docker environment for 
development fails to initialize:
   
   ```sh
   Step 13/23 : RUN pip install --upgrade setuptools pip     && pip install -r 
requirements.txt -r requirements-dev.txt -r requirements-extra.txt     && rm 
-rf /root/.cache/pip
    ---> Running in 757208a956a6
   
   Collecting setuptools
     Downloading 
https://files.pythonhosted.org/packages/b2/86/095d2f7829badc207c893dd4ac767e871f6cd547145df797ea26baea4e2e/setuptools-41.2.0-py2.py3-none-any.whl
 (576kB)
   Collecting pip
     Downloading 
https://files.pythonhosted.org/packages/8d/07/f7d7ced2f97ca3098c16565efbe6b15fafcba53e8d9bdb431e09140514b0/pip-19.2.2-py2.py3-none-any.whl
 (1.4MB)
   Installing collected packages: setuptools, pip
     Found existing installation: setuptools 41.0.1
       Uninstalling setuptools-41.0.1:
   ERROR: Could not install packages due to an EnvironmentError: [Errno 39] 
Directory not empty: 'packaging'
   
   WARNING: You are using pip version 19.1.1, however version 19.2.2 is 
available.
   You should consider upgrading via the 'pip install --upgrade pip' command.
   ERROR: Service 'superset' failed to build: The command '/bin/sh -c pip 
install --upgrade setuptools pip     && pip install -r requirements.txt -r 
requirements-dev.txt -r requirements-extra.txt     && rm -rf /root/.cache/pip' 
returned a non-zero code: 1
   ```
   
   Do you have any suggestions on what might be causing this? Thanks!

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to