You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/01/31 03:58:11 UTC

[GitHub] quydx opened a new issue #6789: EnvironmentError: [Errno 39] Directory not empty: 'packaging'

quydx opened a new issue #6789: EnvironmentError: [Errno 39] Directory not empty: 'packaging'
URL: https://github.com/apache/incubator-superset/issues/6789
 
 
   <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
   
     http://www.apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
   -->
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   
   ### Superset version
   Install with docker
   
   ### Expected results
   Installation should succeed.
   
   ### Actual results
   I get error in step
   ```
   RUN pip install --upgrade setuptools pip     && pip install -r requirements.txt -r requirements-dev.txt     && rm -rf /root/.cache/pip
    ---> Running in 40f653682bad
   
   Collecting setuptools
     Downloading https://files.pythonhosted.org/packages/bf/ae/a23db1762646069742cc21393833577d3fa438eecaa59d11fb04fa57fcd5/setuptools-40.7.1-py2.py3-none-any.whl (574kB)
   Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (19.0.1)
   Installing collected packages: setuptools
     Found existing installation: setuptools 40.6.3
       Uninstalling setuptools-40.6.3:
   Could not install packages due to an EnvironmentError: [Errno 39] Directory not empty: 'packaging'
   
   ```
   
   ### Steps to reproduce
   docker-compose run --rm superset ./docker-init.sh
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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