AprilTag icon indicating copy to clipboard operation
AprilTag copied to clipboard

Help Wanted - installing the Python Library

Open adustvenus opened this issue 1 year ago • 0 comments

Hi, I am newer to python and Linux, and cloned the library via git clone in the README. I have the issue however that when building a Detector Object it throws an error saying

AttributeError: module 'apriltag' has no attribute '_get_dll_path'

after my line of detector = apriltag.Detector(options, searchpath=apriltag._get_dll_path())

My code works within the scripts directory within the AprilTag clone.

I believe it is an issue with setup, as I do not use CMake much and do not know what I need to do to install the Python library/wrapper correctly.

Help is appreciated.

adustvenus avatar Jan 23 '24 05:01 adustvenus