Skip to content
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

Libstemmer not defined for ARM (M1 Mac) #263

Closed
krpate29 opened this issue Jul 22, 2022 · 3 comments
Closed

Libstemmer not defined for ARM (M1 Mac) #263

krpate29 opened this issue Jul 22, 2022 · 3 comments

Comments

@krpate29
Copy link

Computer: M1 MacBook Pro

I installed the experimental 1.8.0-rc3 version of Julia in order to get native ARM support. I added every package I needed without errors except for TextAnalysis.jl. I have a small preprocessing file that cleans a document using standard NLP preprocessing (such as stemming, stop word removal, etc.), yet it throws an error when the stemming portion is called.

I believe this is an ARM-related issue, as this same code works without issues when I use Julia 1.6 (via Rosetta).

image

image

@aviks
Copy link
Member

aviks commented Aug 16, 2022

Yeah, libstemmer needs to be recompiled in Yggdrasil for the ARM mac. https://github.com/JuliaPackaging/Yggdrasil/blob/master/S/Snowball/build_tarballs.jl

@aviks
Copy link
Member

aviks commented Aug 16, 2022

@aviks
Copy link
Member

aviks commented Aug 20, 2022

if you update your environment, this should now be fixed.

@aviks aviks closed this as completed Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants