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 on install #1

Closed
JoelGodin opened this issue Feb 24, 2022 · 6 comments
Closed

Error on install #1

JoelGodin opened this issue Feb 24, 2022 · 6 comments

Comments

@JoelGodin
Copy link

JoelGodin commented Feb 24, 2022

Hello Jayanam, I get an error on install.

Modules Installed (jremesh-tools-main) from '/Users/joelgodin/Dropbox/Blender-Config/Addons_2.9/jremesh-tools-main.zip' into '/Users/joelgodin/Library/Application Support/Blender/3.0/scripts/addons'
Traceback (most recent call last):
File "/Applications/Blender/Blender-3.0.1.app/Contents/Resources/3.0/scripts/modules/addon_utils.py", line 351, in enable
mod = import(module_name)
File "/Users/joelgodin/Library/Application Support/Blender/3.0/scripts/addons/jremesh-tools-main/init.py", line 16, in
from . jrt_remesh_op import JRT_OT_Remesh
File "/Users/joelgodin/Library/Application Support/Blender/3.0/scripts/addons/jremesh-tools-main/jrt_remesh_op.py", line 1, in
from msilib.schema import Error
ModuleNotFoundError: No module named 'msilib'

(I'm on a mac with macOS)

@JoelGodin
Copy link
Author

Apparently that is a Windows only script.
"As the documentation says that lib is Windows platform specific."

@jayanam
Copy link
Owner

jayanam commented Feb 24, 2022 via email

@JoelGodin
Copy link
Author

Hi Joel, just working on feature to be able to use Linux and MacOS.

On Thu, Feb 24, 2022 at 4:25 AM Joel Godin @.> wrote: Apparently that is a Windows only script. "As the documentation https://docs.python.org/2/library/msilib.html says that lib is Windows platform specific." — Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEJUGIANADO662BTW6LB7D3U4WQKVANCNFSM5PGFUXPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.>

Still getting that error.

@jayanam
Copy link
Owner

jayanam commented Feb 24, 2022

Hi, can you see in which file it happens, cause I dont see WinOS specific imports anymore. from msilib.schema import Error was removed from jrt_remesh_op.py. Please also check if the version is now 0.3.0.1, so perhaps you have to remove the old version manually before installing the new one.

@JoelGodin
Copy link
Author

Hmm, I tried it again and it worked this time. I don't know how that happened, but it installed clean and remeshes.
Thanks Jayanam.

@jayanam
Copy link
Owner

jayanam commented Feb 24, 2022

Great, thx for testing. I remember a Blender install bug for addons that old versions are kinda cached. But happy it works.

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

2 participants