nickchoate commented on issue #8790: Superset installation build fails using Docker on MS-Windows - fatal errors result in non-working system URL: https://github.com/apache/incubator-superset/issues/8790#issuecomment-575296136 @dpgaspar Increasing the memory helped move past the npm build step that was failing, however I am now getting a new error. This for docker on windows as well. I'm going to try to run on Linux and see if there's a difference. ```Step 21/32 : RUN cd /app && chown -R superset:superset * && pip install -e . ---> Running in 3d9635489468 Obtaining file:///app ERROR: Command errored out with exit status 1: command: /usr/local/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/app/setup.py'"'"'; __file__='"'"'/app/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info cwd: /app/ Complete output (10 lines): fatal: not a git repository (or any of the parent directories): .git -==--==--==--==--==--==--==--==--==--==--==--==--==--==--==- VERSION: 0.999.0dev GIT SHA: -==--==--==--==--==--==--==--==--==--==--==--==--==--==--==- Traceback (most recent call last): File "<string>", line 1, in <module> File "/app/setup.py", line 57, in <module> with open(VERSION_INFO_FILE, "w") as version_file: NotADirectoryError: [Errno 20] Not a directory: '/app/superset/static/assets/version_info.json' ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.```
---------------------------------------------------------------- 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]
