-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to disable unix path translation? #229
Comments
the python program originated from this gist |
This may help https://www.msys2.org/docs/filesystem-paths/ |
I'm not sure if that link would help, I already tried what mentioned there but it still translate the path with |
@Biswa96 that page does not describe the new |
Maybe you can provide some sort of detail, such as a small reproducer, detailed output, etc? It is hard to solve a problem when forced to guess. |
Well... I do apologize for not provide enough details explicitly, here's the way to reproduce the issue:
|
@RealYukiSan are you really calling this a small reproducer? Please revisit https://stackoverflow.com/help/mcve, in particular this part:
Also, you may want to zone in on the |
I can't reproduce in a small reproducer, the problem is I don't even know why the
indeed, maybe I should post the issue on msys2-package repository instead? as it's related to specific python package installed from msys |
I don't think that it is a good idea to reflexively try to throw this issue over the wall, without even analyzing it properly yourself. I mean, you know where in the script it is stuck, and it's likely around this line, and you could then call that command individually (and have a much, much more minimal reproducer already). Then dig into what this It's really good idea to ask people for help after doing these first steps and being able to present a much more concise problem description. Otherwise, those exact people who could help you, like me, may decide that they do not want to deal with the problem altogether because all the analysis is expected from them. |
You're right, and I do apologize for not having searched more carefully. I'm grateful for your prompt response and your civility in the face of my impatience! I will try to debug the issue and provide any details if I found something useful to share. |
Possibly related: The documented environment variables seem to have no effect in a fresh MSYS2 installation from last thursday. |
some program like
msiexec.exe
only understand Windows path, thus it cause trouble when python program tried to spawnmsiexec.exe
:I have tried this solution, but it just show another error that I'm not sure that I fully understand the error:
The text was updated successfully, but these errors were encountered: