anshumanpatil 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-581852065 @dpgaspar tried increasing memory on windows docker and getting following error 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. WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. ERROR: Service 'superset' failed to build: The command '/bin/sh -c cd /app && chown -R superset:superset * && pip install -e .' returned a non-zero code: 1
---------------------------------------------------------------- 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]
