Failed to Load Bundle # ... \bin\win64\vision.dll

Issue

Solution

This is a library conflict. Please try copying the following libraries from C:\Program Files\MATLAB\MATLAB Runtime\v912\bin\win64\ to the same directory as the python.exe file used for the analysis:

  • g2o_core.dll

  • g2o_solve.dll

  • g2o_stuff.dll

  • g2o_types_sda.dll

  • g2o_type_slam3d.dll

  • libfreetype.dll

  • SDL2.dll

  • tbb.dll

  • wpcap.dll

After copying the files over, please re-try your analysis and reach out to us if you are still experiencing any issues.

 

NOTE: For Python, to figure out where the libraries need to go, open the Terminal in PyCharm and run

where python

and put the DLLs in the same directory as the python.exe file.