add README note for "ImportError: DLL load failed"#9
add README note for "ImportError: DLL load failed"#9jiang7369 wants to merge 1 commit intorixwew:masterfrom
Conversation
|
Could you tell me your os and python version to reproduce the error? |
|
os: Windows10 But this may have nothing to do with the version. Windows 10 without the VC++ package can reproduce it, I think. |
|
Thank you @jiang7369 We should decide whether to bundle vc++ dll or not. |
|
@jiang7369 @rixwew Thanks for reporting. |
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.