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/02/25 07:40:25 UTC

[GitHub] mikexfreeze opened a new issue #6940: Was unable to import superset Error: [Errno 20] Not a directory: '/home/superset/superset/static/assets/package.json'

mikexfreeze opened a new issue #6940: Was unable to import superset Error: [Errno 20] Not a directory: '/home/superset/superset/static/assets/package.json'
URL: https://github.com/apache/incubator-superset/issues/6940
 
 
   
   ### Superset version
   release--0.3
   
   ### Expected results
   
   
   ### Actual results
   fail run
   
   ### Steps to reproduce
   git clone https://github.com/apache/incubator-superset/
   cd incubator-superset/contrib/docker
   # prefix with SUPERSET_LOAD_EXAMPLES=yes to load examples:
   docker-compose run --rm superset ./docker-init.sh
   # you can run this command everytime you need to start superset now:
   docker-compose up
   
   in the end of docker-compose run --rm superset ./docker-init.sh after create user command:
   "Was unable to import superset Error: [Errno 20] Not a directory: '/home/superset/superset/static/assets/package.json'"
   then docker-compose up run failed with some node.js error.
   
   it looks like in docker-compose.yml:
         # this is needed for development, remove with SUPERSET_ENV=production
         - ../../superset:/home/superset/superset
   copy command didn't work, I found below superset/static path there is a alias file, my system is ubuntu 16.
   and I run those well on macOX.
   is there any idea about what's going on? thanks a lot
   
   

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