Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'MNN' has no attribute 'Interpreter' + Raspberry Pi3 B+ #2117

Closed
dFuong opened this issue Nov 8, 2022 · 1 comment
Assignees
Labels
building question Further information is requested Raspberry Pi

Comments

@dFuong
Copy link

dFuong commented Nov 8, 2022

Platform:

Raspberry Pi3 B+ armv7 + 32-bits OS

Github Version:

git clone --depth=1 https://github.com/alibaba/MNN.git

Compiling Method

$ cd MNN
$ ./schema/generate.sh
# install MNN
$ mkdir build
$ cd build
# generate build script
$ cmake -D CMAKE_BUILD_TYPE=Release \
        -D MNN_OPENMP=ON \
        -D MNN_USE_THREAD_POOL=OFF \
        -D MNN_BUILD_QUANTOOLS=ON \
        -D MNN_BUILD_CONVERTER=ON \
        -D MNN_BUILD_DEMO=ON \
        -D MNN_BUILD_BENCHMARK=ON ..
# build MNN (± 20 min)
$ make -j4
$ sudo make install

Build Log:

image

Please help me !

@wangzhaode wangzhaode self-assigned this Feb 15, 2023
@wangzhaode wangzhaode added question Further information is requested building Raspberry Pi labels Feb 15, 2023
@wangzhaode
Copy link
Collaborator

你这编译的不是Pymnn,请参考:#1051

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building question Further information is requested Raspberry Pi
Projects
None yet
Development

No branches or pull requests

2 participants