chaiNNer
chaiNNer copied to clipboard
0.11.3 MacOs 11.6
It doesn't show up even though I downloaded the NCNN package . I reinstalled and restarted but the problem persists
Thank you again
.
by the way i dont have m1. I use intel
Can you send your logs? They should be somewhere in the application support folder for chaiNNer.
The location for logs is ~/Library/Logs/chaiNNer/main.log on osx.
here is my log file; i also test on my other mac ( 1080ti + macos 10.13.6, intel ). it didn't work either.
[error] Backend: dlopen(/Users/demon/Library/Application Support/chaiNNer/python/python/lib/python3.9/site-packages/ncnn_vulkan/ncnn.cpython-39-darwin.so, 2): Library not loaded: /usr/local/opt/libomp/lib/libomp.dylib
Referenced from: /Users/demon/Library/Application Support/chaiNNer/python/python/lib/python3.9/site-packages/ncnn_vulkan/ncnn.cpython-39-darwin.so
Reason: image not found
I'm guessing this is the reason
ok :) Do you have any suggestions?
I am having the same issue - it says installed in dependency manager but in the UI it says that its not installed
what is your config? ( cpu? os version ? )
ok :) Do you have any suggestions?
I have no idea tbh. It's missing a library file it needs. Either that means there's something you need to install or there's something I need to add to the compile process.
i just download and install python 3.9 from official site and nothing change. i also try on different computer ( high sierra 0.13.6, intel, nvidia 1080ti ) and same problem.i hope it works in the future
No its not related to python. The ncnn package is compiled with dynamic linking, so if you are missing a library file it needs it isn't able to work.
@dem10com are you in the chaiNNer discord and would you mind testing out the new NCNN .whl I compiled? I want to see if it resolves this issue
I'm a member nowö but I'm out of town. I'll be happy to test it when I get back
So I have tried the latest release and I can confirm that it is still not working - presenting the same issue -
as you can see the log shows missing files...
@woozygoozy this error is due to your computer missing vulkan. I'm not sure exactly how to resolve this but you could try installing MoltanVK through brew. If that doesn't work, then your MacBook might not support vulkan at all and therefore won't support ncnn.
So i finally got it fixed, I downloaded vulkan SDK and then installed vulkan it via terminal using the bundled install_vulkan.py
script
Sweet