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
Hey, I found your project from this issue RubixML/Tensor#22, so I figured I'd give your tensor build a try
I downloaded the php8.1_ts_x64_tensor.dll, renamed it to tensor.dll, and placed it in the /ext/ directory of my php 8.1.2 installation.
The output of php -m is:
PHP Warning: PHP Startup: Unable to load dynamic library 'tensor' (tried: ext\tensor (The operating system cannot run %1), ext\php_tensor.dll (The specified module could not be found)) in Unknown on line 0
[PHP Modules]
...
The closest thing I could find was a similar error someone encountered with the curl extension here: https://mage2.pro/t/topic/325
Which would imply that my system might be missing a global dep(s)? I don't really touch C or compilers so I'm only guessing.
I was wondering if you could provide some insight to get it working.
Thanks for your work!
The text was updated successfully, but these errors were encountered:
Hey, I found your project from this issue RubixML/Tensor#22, so I figured I'd give your tensor build a try
I downloaded the
php8.1_ts_x64_tensor.dll
, renamed it totensor.dll
, and placed it in the/ext/
directory of my php 8.1.2 installation.The output of
php -m
is:The closest thing I could find was a similar error someone encountered with the curl extension here: https://mage2.pro/t/topic/325
Which would imply that my system might be missing a global dep(s)? I don't really touch C or compilers so I'm only guessing.
I was wondering if you could provide some insight to get it working.
Thanks for your work!
The text was updated successfully, but these errors were encountered: