Search code examples
pythonimporterroropen3d

ImportError: DLL load failed while importing open3d_pybind: The specified module could not be found


I see that other users have also run into this issue when using Pycharm, but coundn't find a fix when error with import open3d. I have tried the approaches suggested however, adding to Path did not work (Windows 10). Many thanks for your help!

The error message is: enter image description here

I tried adding the following Environment variables to PATH: enter image description here


Solution

  • Found a solution! The issue was multiple versions of Python installed. I deleted Anaconda and any other Python versions. Then reinstalled a 'fresh' version. This solution is further explained here:

    How to resolve "ImportError: DLL load failed:" on Python? How to resolve "ImportError: DLL load failed:" on Python?