-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python pupil_Apriltags : Problem with DLL path “Could not find module” #38
Comments
I had the same problem, did you solve it? |
Hi I have the same issue. Just wondering if you have fixed this issue? |
ProblemHi there, just recently experienced the same problem with In my case...
Solutionjust add this line before creating Detector instance: os.add_dll_directory("C:/Users/username/Miniconda3/envs/my_env/lib/site-packages/pupil_apriltags.libs") It worked for me. |
any updates about this open issue? |
Hello I have a problem with pupil_apriltags in python.
I have been searching for more than 1 week and tried multiple solutions but none of them worked.
My problem is not with the import of the librairy but when I try to create the detector. There is a reference to a xxxx.dll file (I think) which does not work.
My code
Very simple
My error
My configuration
The text was updated successfully, but these errors were encountered: