kk580kk opened a new issue #6225: Dockerfile build error with setup.py URL: https://github.com/apache/incubator-superset/issues/6225 Make sure these boxes are checked before submitting your issue - thank you! - [x ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ x] I have reproduced the issue with at least the latest released version of superset. - [ x] I have checked the issue tracker for the same issue and I haven't found one similar. ``` Step 19/31 : RUN pip install -e . ---> Running in a3591fdb8251 Obtaining file:///home/work/incubator-superset Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/work/incubator-superset/setup.py", line 15, in <module> with open(PACKAGE_FILE) as package_file: NotADirectoryError: [Errno 20] Not a directory: '/home/work/incubator-superset/superset/static/assets/package.json' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /home/work/incubator-superset/ ``` ### Superset version ### Expected results ### Actual results ### Steps to reproduce
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
