You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from .ncnn import *
ImportError: dlopen(/Users/baiyue/Library/Python/3.10/lib/python/site-packages/ncnn/ncnn.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '_vkGetInstanceProcAddr'
编译环境
设备:mac M4 pro,
其余工具及源码均为latest
复现步骤
0. 构建步骤
上述过程正常构建且ncnn库安装成功。
1. 测试
报错日志:
其他
如果是从pypi库安装pip insall ncnn则正常;自己构建时,无论-DNCNN_VULKAN开启还是关闭,构建及安装均正常,但最终使用时报相同的错。
The text was updated successfully, but these errors were encountered: