WeirdAnalyst opened a new issue #14325: URL: https://github.com/apache/superset/issues/14325
Installation of Apache superset from master through pip3 will fail ### Expected results Success ### Actual results Fail at submodule update step (git submodule update --init --recursive -q) due to latest change of .gitmodules file. [l#### Screenshots  #### How to reproduce the bug pip3 install git+https://github.com/apache/superset.git --upgrade ### Environment (please complete the following information): - superset version: master - python version: 3.9.4 - node.js version: v15.9.0 ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [ ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Last line of .gtmodules reads "url = [email protected]:cpina/github-action-push-to-another-repository.git" If that is changed to "url = https://github.com/cpina/github-action-push-to-another-repository.git" then command "git submodules update" won't fail anymore. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
