OSX homebrew installation of libvoikko #4
Replies: 4 comments 1 reply
-
Hi! Can you find the location where the missing library is installed? I do not have Silicon hardware but I do have an older Mac and could take a look some day. Perhaps we need some changes in the Python module to handle this. |
Beta Was this translation helpful? Give feedback.
-
I had this problem as well with the Java bindings. Homebrew installs the library file to |
Beta Was this translation helpful? Give feedback.
-
I tested this on freshly installed Intel MacOS 13.4 and had no problems when Instead of copying the library you could also call |
Beta Was this translation helpful? Give feedback.
-
I think this discussion is over as there are solutions to the problem. Thank you for helping me! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am facing some problems with libvoikko. I am using MacOS Ventura (version 13.2) - arm64 arch. So basically I installed "libvoikko" like this "brew install libvoikko". On the Python3.9 side, "import libvoikko" works, but initializing it e.g. with "voikko = libvoikko(u"fi")" fails due to a library missing. The lib in question is "libvoikko.1.dylib", that was searched from '/System/Volusmes/Preboot/Cryptexes/OSlibvoikko.1.dylib', '/usr/lib/libvoikko.1.dylib, etc. but the file is not found in any of the locations. I tried to reinstall libvoikko but I am still facing same problem. Homebrew says that it should support Apple silicon/Venture. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions