Skip to content

windows build failed #362

Closed Answered by thc10
up1415 asked this question in Build Issues
Jan 13, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

This problem is due to python within msys has conflict with py7zr. You can test this problem by running python and import py7zr and it will occur segment fault crash.
I solve this problem by use official version of python instead of python within py7zr.
After you finished official version of python, change PATH in msys to let it find new version first:

where python
c:\msys64\mingw64\bin\python.exe

export PATH=[PATH to your python]:$PATH // e.g. export PATH=/c/Python/Python311:$PATH

where python
c:\Python\Python311\python.exe
c:\msys64\mingw64\bin\python.exe

then you can run rvmk command to test if your problem is solved. : )

p.s. another way may solve this problem is to modify OpenR…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@up1415
Comment options

@mingvfx
Comment options

Answer selected by up1415
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants