You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I install pywfa using pip, I can run the example script from the README without any problems. However, if I use the wildcard option of WavefrontAligner I get a segfault:
Hi @matthuska,
The pip package is out of sync with the repo and doesn't have the wildcard functionality. Ive been meaning to update the build, but have been a bit too busy lately.
If you would be interested, I could do a small PR that sets up a GitHub action to automatically publish releases to PyPI. I use it myself and it makes doing releases a bit easier (just create the release on the GitHub web page, done).
Thanks that would be awesome. However, Im not sure that the current install script is compatible with osx-arm64, if you could add a runner that builds and tests using Ubuntu that would be great. I can try and sort out the macOS issue. The package will be released as a source distribution rather than a built wheel.
If I install pywfa using pip, I can run the example script from the README without any problems. However, if I use the wildcard option of WavefrontAligner I get a segfault:
If I build from pywfa source (using the exact steps from the README), the segfault goes away and the wildcard works as expected:
The text was updated successfully, but these errors were encountered: