strawlab/python-pcl

DLL load failed while importing _pcl

eunwonki opened this issue · 2 comments

D:\source\PointCloudColoring\venv\Scripts\python.exe D:/source/PointCloudColoring/main.py
Traceback (most recent call last):
  File "D:\source\PointCloudColoring\main.py", line 9, in <module>
    import util
  File "D:\source\PointCloudColoring\util.py", line 4, in <module>
    import pcl
  File "D:\source\PointCloudColoring\venv\lib\site-packages\pcl\__init__.py", line 2, in <module>
    from ._pcl import *
ImportError: DLL load failed while importing _pcl: 지정된 모듈을 찾을 수 없습니다.

Process finished with exit code 1

I have an error, build like that.

Your Environment

  • Operating System and version: windows10
  • Compiler:
  • PCL Version: 1.9.1
  • Cython Version: 0.29.28
  • Pycharm 2021.03

Context

Expected Behavior

Current Behavior

Code to Reproduce

Possible Solution

I know the problem, it is succeed if i use anaconda.

I got the same problem after i compiled python-pcl
I soved this by add "D:\Program Files\PCL190(your own pcl install path)\3rdParty\OpenNI2\Tools" to the PATH