chsh2 / nijiGPen

An add-on of Blender focusing on Grease Pencil
GNU General Public License v3.0
220 stars 9 forks source link

Python Package "Triangle" failed to install on macOS #21

Open enzyme69 opened 1 year ago

enzyme69 commented 1 year ago

Just like the title said, the other two packages seem to install without issue, except for "Triangle". What's the solution?

b4zz4 commented 1 year ago

The problem seems to be of python 3.11 https://github.com/chsh2/nijiGPen/issues/19

chsh2 commented 1 year ago

Triangle package is not compatible with Apple Silicon (M1/M2). However, it is optional and only one operator will be affected. Please refer to the first section in this wiki page.

There was also another discussion (#18) earlier about this issue.