xtensor-stack / xtensor-blas

BLAS extension to xtensor
BSD 3-Clause "New" or "Revised" License
155 stars 54 forks source link

using xt::linalg results in .pyd resulting in DLL not found. #238

Open smasky opened 9 months ago

smasky commented 9 months ago

Hello, when i warp C++ into .pyd for using in python envirment. But when import .pyd, there is a issue that DLL does not found. Error: ImportError: DLL load failed:The specified module could not be found.

But i find that Python 3.6 can normally work but Pyhon 3.8.13 cannot. I dont know what reason. Please help me.