Closed MichaelCurrie closed 2 years ago
ran into this issue using python 3.9. Manually applied the one-liner in this PR, works like a charm. Merge this!
Fixed via #49
i get a similar error using "main" on windows 11 using python 3.10.7.
FileNotFoundError: Could not find module 'C:\Users\joelt\AppData\Local\Programs\Python\Ptyon310\lib\site-packages\pupil_apriltags\lib\apriltag.dll'
is this a different problem?
Please give the branch in https://github.com/pupil-labs/apriltags/pull/50 a try
thanks! that didn't seem to work either. i'm giving up on windows, thanks anyway.
Just needed to apply this one 1-liner fix to my local Python 3.10 with a fresh 1.0.4
install from pip...
@zalo what's the exact one-liner that you used?
The , winmode=0
additional arg in the PR
Why didn't this get merged? Pls merge if possible thanks
Fixes the DLL search issue introduced in Python 3.8, as per https://stackoverflow.com/a/64472088/1832942.
Without this fix, running a simple detection such as
detector = apriltag.Detector(families='tagStandard41h12')
in Python 3.8 or above will produce the following error: