Skip to content
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

Error when trying to enable the importer addon in Blender 2.80 #15

Closed
ghost opened this issue Oct 17, 2019 · 2 comments
Closed

Error when trying to enable the importer addon in Blender 2.80 #15

ghost opened this issue Oct 17, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 17, 2019

When I try to enable the addon for importing the tracking data, Blender 2.80 throws this error:
Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender\2.80\scripts\modules\addon_utils.py", line 351, in enable mod = __import__(module_name) File "C:\Users\chris\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\apriltags_import.py", line 2, in <module> import numpy as np File "C:\Users\chris\AppData\Roaming\Python\Python37\site-packages\numpy\__init__.py", line 142, in <module> from . import core File "C:\Users\chris\AppData\Roaming\Python\Python37\site-packages\numpy\core\__init__.py", line 23, in <module> WinDLL(os.path.abspath(filename)) File "C:\Program Files\Blender Foundation\Blender\2.80\python\lib\ctypes\__init__.py", line 356, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 193] %1 is not a valid Win32 application
This also happens on Blender 2.81.

@ghost ghost closed this as completed Oct 17, 2019
@ghost ghost reopened this Oct 17, 2019
@thegoodhen
Copy link
Owner

Huh... Weird. I'll look into it.

@ghost
Copy link
Author

ghost commented Dec 23, 2019

I just realized it was because I had a bad version of numpy installed. I removed it and now it works.

@ghost ghost closed this as completed Dec 23, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant