-
Notifications
You must be signed in to change notification settings - Fork 37
Matlib version error #88
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
Comments
I have the same error when installing TransformersPHP in a Windows 11 pro environment in a Laravel project. PHP version: 8.3.6 Steps to reproduce:
Error: LogicException: matlib 1.0.1 is an unsupported version. Supported versions are greater than or equal to 1.1.0 and less than 2.0.0. in C:\laragon\www\awdai\vendor\rindow\rindow-matlib-ffi\src\MatlibFactory.php:127 |
I get the same error when running on Macbook Pro M1 (Sequoia 15.2), with php 8.3 via Laravel Herd. |
What worked for me to fix that:
|
To extend from @chr-hertel comment, the librindowmatlib.so is located in /var/lib/dpkg/alternatives/librindowmatlib.so Thanks, @chr-hertel, works like a dream. |
To further expand on @chr-hertel's solution:
|
System Info
"codewithkyrian/transformers": "0.5.3"
PHP Version
8.3.6
Environment/Platform
Description
When trying to execute a simple
summarization
task, I get the following error:As it can be seen in the following screenshot, I have th 1.1.0 version:
Reproduction
The text was updated successfully, but these errors were encountered: