Fix py_mini_racer symbol not found error on macOS#24
Open
zmc0806 wants to merge 1 commit intooficcejo:mainfrom
Open
Fix py_mini_racer symbol not found error on macOS#24zmc0806 wants to merge 1 commit intooficcejo:mainfrom
zmc0806 wants to merge 1 commit intooficcejo:mainfrom
Conversation
- Add mini-racer>=0.12.0 to requirements.txt to replace deprecated py-mini-racer - Update README troubleshooting section with macOS-specific fix instructions - Fix numbering in troubleshooting section The old py-mini-racer package (last updated 2021) causes dlsym symbol lookup failures on macOS, especially Apple Silicon. The new mini-racer package (revived March 2024) is actively maintained and fully compatible with macOS. Fixes: AttributeError: dlsym(0x39d8b0920, mr_eval_context): symbol not found
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The old py-mini-racer package (last updated 2021) causes dlsym symbol lookup failures on macOS, especially Apple Silicon. The new mini-racer package (revived March 2024) is actively maintained and fully compatible with macOS.
Fixes: AttributeError: dlsym(0x39d8b0920, mr_eval_context): symbol not found