You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: