-
Notifications
You must be signed in to change notification settings - Fork 6
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
[BUG] error on trying to install #2
Comments
Thanks for reporting, got same error in this issue #1 |
I see the issue, i had already fixed this but never updated this repo. Ill do that tonight |
Actually it is there, my mistake, it is in the dev branch and this should work fine. Thanks for reminding me, ill change this and make 2.8 version the master https://github.com/schroef/Extra-Image-List/blob/bl280_dev/ |
Master is now updated to 2.8 and should work fine up to 2.83. Let me know if you run into issues. |
Blender 2.82a - Still doesn’t work
…On May 13, 2020, 6:38 PM -0600, schroef ***@***.***>, wrote:
Master is now updated to 2.8 and should work fine up to 2.83. Let me know if you run into issues.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I can confirm it isn't working on 2.82a |
I also get the same issue in 2.83 Beta. |
Okay, what branch did you guys use? I guess my change didn't come through properly. I have merged the dev 2.8 branch in master and it should be updated. I just tried master and works for me in both 2.82 and 2.83 You still get that same error as from the initial post? You also made sure you replaced the addon properly?
|
I've deleted the zip file, re-downloaded, and reinstalled; I get the same error as you post above. |
Im not sure where that "_v0" comes from in you version. DId you change names to something different, is it in a copy of a folder with that name? EDIT I can confirm its due to the dots I added in the zips. Ill try to address that tonight. For now removing that works fine on my side. So name should be |
Didn't change anything |
Thanks for confirming, sorry for the fuzz. It was my mistake by adding versioning numbers with dots to the zips. |
OS:
OSX
ADDON:
Describe the bug
Traceback (most recent call last):
File "/Applications/Blender.app/Contents/Resources/2.82/scripts/modules/addon_utils.py", line 351, in enable
mod = import(module_name)
ModuleNotFoundError: No module named 'Extra-Image-List_v0'
The text was updated successfully, but these errors were encountered: