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 19:58:18 UTC

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

kirankumarpv commented on 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#issuecomment-467160110
 
 
   Hi, 
   
   This is the issue when I tried to do the build on Windows as well. It seems the issue comes from file '/home/superset/superset/static/assets' being created as a soft link to point to ../assets (which is actual directory where all assets are there). 
   
   The soft links doesn't seem to work well on Windows. So i believe the same may be the issue in Ubuntu. 
   
   For me, the way i have overcome this issue is to remove the 'assets' file in /home/superset/superset/static/assets and copy the '/home/superset/superset/assets' directory to '/home/superset/superset/assets' and after that all my builds worked. 
   
   

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