Elie Michel

Results 239 comments of Elie Michel

Okey indeed the binaries for M1 are wrong in 1.8.0 could you please share the content of the lxml directory you installed from pip?

Oh the person that told me they were M1 binaries got it wrong apparently, we'll wait for somebody else to share their binaries.

Please remove the template lines in the description, took me some time to realize you had changed one of them. The add-on works on the last release of Blender, which...

@basz You error message is a bit cryptic, could you try adding `-t /Applications/Blender.app/Contents/Resources/3.1/scripts/modules`?

Much clearer, thanks! Your problem is that pip needs to compile some C++ code when installing the lxml package (it only get source code from the reprository), but it does...

Then you can try https://github.com/eliemichel/LilySurfaceScraper/releases/tag/v1.8.0-rc1 now!

> installed 180rc1 (which still reports as 1.7.5 by the way) My bad, I fixed this. My point was that with this 1.8.0 release you should not need to `pip...

You can install lxml using the following command if the version I ship does not load for some reason: ``` /Applications/Blender.app/Content/Resources/3.4/python/bin/python -m pip install lxml -t /Applications/Blender.app/Content/Resources/3.4/scripts/modules ``` Please then...

Then do it with `python3.10` instead of `python`, I don't have a mac so I can only guess the command lines

That's right I was thinking about removing it anyways!