eliemichel / LilySurfaceScraper

Import shaders end environments in Blender from a single URL
Other
597 stars 58 forks source link

Blender on MAC #174

Closed 3000Men closed 2 years ago

3000Men commented 3 years ago

Hi, hope this email finds you fine.. Im learning Blender and got stuck after this message..I could install it on an old Windows PC but not on my MacMini, which I rather use!

Thks for help, keep safe and have a good day!!

Jose Mendez aka NicoJose

email:3000mendez@gmail.com ; pecms @yahoo.com

Lily Surface Scraper message

eliemichel commented 3 years ago

Hi @3000Men First of all, check that your are using a release zip and not the green "Code" button of GitHub.

Then if it still does not work it means that the bundled version of lxml does not support MacMini, so you have to manually install it using something like this (maybe in admin mode):

/Applications/Blender.app/Content/Resources/2.92/python/bin/python -m pip install lxml

Or look for how to install python's lxml module in general on a MacMini!