Fatal Error while trying to install on windows : dlfcn.h is missing
Lusther opened this issue · 0 comments
I tried installing ctcdecode on my windows machine and got this error when running pip install . (with verbose activated)
C:\Users\xxxxxxx\AppData\Local\Temp\pip-req-build-_a3g044h\third_party\openfst-1.6.7\src\include\fst/generic-register.h(8): fatal error C1083: Impossible d'ouvrir le fichier include: 'dlfcn.h': No such file or directory
I have Visual Studio 2022 and I run the above command after activating the visual studio developper command prompt.
I have ninja installed.
On openfst github i found this issue which seems to be related to windows port of openfst (kkm000/openfst#39)
Can ctcdecode be installed on windows ? (there's a lot of issues related to installation on windows but no one seems to have it working in the end)