nytai commented 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 not 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
