add README note for "ImportError: DLL load failed"
I encountered this problem when trying to start a background project using ginza.
After exploring(ginza->SudachiPy->darts-clone), I found that this package has a dll error.
I don't know what dll is missing, I installed the latest supported Visual C++ redistributable packages with a try mentality and solved the problem. I think we can add a note for it in README.md.
Could you tell me your os and python version to reproduce the error? Thank you @jiang7369 for reporting the problem.
os: Windows10 python: 3.6.8
But this may have nothing to do with the version. Windows 10 without the VC++ package can reproduce it, I think.
Thank you @jiang7369 I reproduced it and confirmed that bundling some vc++ dll like pandas solve the error. https://github.com/pandas-dev/pandas/pull/21321
We should decide whether to bundle vc++ dll or not. I'd like to get your thoughts on this issue. @hiroshi-matsuda-rit @toshi-saito
@jiang7369 @rixwew Thanks for reporting. In fact, I've never encountered this error while installing GiNZA on some of the Windows 10 environments. But we should solve this error with the work around of pandas, I think. Please check the license of the DLL files to be added to the whl packages and make sure that the license is compatible with darts-clone-python's one.