There is too many information out there and I tried most of them. However, I couldn't get assimp working in Python. This is the error that I get :
File "C:\Users\X\AppData\Local\Programs\Python\Python35\lib\site-packages\pyassimp\helper.py", line 234, in search_library
raise AssimpError("assimp library not found")
pyassimp.errors.AssimpError: assimp library not found
I know that I have to include dll file in the current working directory. I found a Assimp64.dll file on the internet and copied it to my working directory. But it didn't work. Also tried this suggestion : https://github.com/assimp/assimp/issues/1438 Still, it didn't work.. I also tried to compile an assimp.dll using cmake but I couldn't manage to do so. How I could solve my problem? Any ideas?