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/12/10 21:48:42 UTC

[GitHub] [incubator-superset] nytai edited a comment on issue #8804: Building Superset fails with NotADirectoryError: [Errno 20] Not a directory: '/app/superset/static/assets/version_info.json

nytai edited a comment on issue #8804: Building Superset fails with NotADirectoryError: [Errno 20] Not a directory: '/app/superset/static/assets/version_info.json
URL: https://github.com/apache/incubator-superset/issues/8804#issuecomment-564273860
 
 
   @sarithapodali there's no official support for windows. The issue here is that there should be a symlink from `superset/assets/` to `superset/static/assets`, however git doesn't create this symlink on windows. 
   more on this here: https://stackoverflow.com/questions/5917249/git-symlinks-in-windows
   
   We probably should fix some of this and not rely on a symlink, but that probably won't get worked on for a while. 
   
   As a quick workaround you can probably create a symlink or just copy `superset/assets` to `superset/static/assets`. 
   

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


With regards,
Apache Git Services

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