nomelif / Audionodes

Audio generation in blender nodes
Other
88 stars 10 forks source link

Mac installation issue - libnative etc #13

Closed enzyme69 closed 6 years ago

enzyme69 commented 6 years ago
screen shot 2018-03-17 at 6 28 50 pm

I got the error message above...

Is this related to PyGame module? Because I cannot install PyGame properly either on my Mac.

I am using Conda Python, I think. My Blender is Python 3.5.4.

enzyme69 commented 6 years ago

Actually PyGame module is installed okey with all the dependency, I am sure on that.

What I am still not sure is whether to use Blender with Python 3.5.4 or 3.6, and also I don't get this libnative.dylib, image not found....

ollpu commented 6 years ago

Hi!

We are no longer using PyGame at all, but have some other dependencies which you should install, refer to the README. The main issue here isn't about the dependencies, though:

We should probably emphasize this more in our instructions (or make a clearer error message), but the addon won't work if you directly download the repository as a zip, since the native backend needs to be compiled. You should instead download a zip from the Releases-page or compile the backend yourself according to the instructions in the README.

enzyme69 commented 6 years ago

Ok... compile the backend sounds really complicated for me, so I guess I cannot study this one for now sadly. Would be nice to have it working, I am really into synth with nodes like SonicPi, but in Blender.

I will wait until installation is much simpler on Mac. Thanks!

ollpu commented 6 years ago

Oh, you don't have to compile it yourself, just download a copy from the releases-page.

Compiling manually is only necessary if you want unreleased features. Hopefully we will make a new release soon. Sorry for my confusing explanation.