nigzak commented on PR #27187: URL: https://github.com/apache/superset/pull/27187#issuecomment-1961333625
+ short update + I found the fix for my local WSL ubuntu subsystem, there is a known bug with the marked sql installation package, you need to install things BEFORE you can use it ``` # fix in WSL before executing the pip-compile-multi: sudo apt-get install python3-dev default-libmysqlclient-dev build-essential ``` You find in the 3rd commit the result of linux output of "pip-compile-multi --no-upgrade" which seems better because it does not have the path differences in it ("/" vs "\") Why there are differences with the "#via ..." and some extra packages like "exceptiongroup"? I don't know, should it not be the same output if I run it in windows and in wsl ..? Nevertheless, the 3rd commit is in WSL and should be matching hopefully better now to that what is used normally... -- 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. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org