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
I am using Windows 11, Python 3.12.5 and library version 1.0.4.post10. I get the following error message when I try to run the example code. I see other people had this issue in the past, but it was fixed. Maybe this fix no longer works?
C:\Users[user]\AppData\Local\Programs\Python\Python312\Lib\site-packages\pupil_apriltags\lib
Traceback (most recent call last):
File "C:\Users[user]\OneDrive[folder][folder]\MyAprilTag.py", line 19, in
at_detector = Detector(
^^^^^^^^^
File "C:\Users[user]\AppData\Local\Programs\Python\Python312\Lib\site-packages\pupil_apriltags\bindings.py", line 340, in init
self.libc = ctypes.CDLL(str(hit))
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users[user]\AppData\Local\Programs\Python\Python312\Lib\ctypes_init_.py", line 379, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users[user]\AppData\Local\Programs\Python\Python312\Lib\site-packages\pupil_apriltags\lib\apriltag.dll' (or one of its dependencies). Try using the full path with constructor syntax.
Update: I tested the code on Python 3.7.9, 3.8.10, 3.9.13, 3.10.11 and 3.11.9. It is working. So it must not be compatible with 3.12.
The text was updated successfully, but these errors were encountered:
I am using Windows 11, Python 3.12.5 and library version 1.0.4.post10. I get the following error message when I try to run the example code. I see other people had this issue in the past, but it was fixed. Maybe this fix no longer works?
Update: I tested the code on Python 3.7.9, 3.8.10, 3.9.13, 3.10.11 and 3.11.9. It is working. So it must not be compatible with 3.12.
The text was updated successfully, but these errors were encountered: