muhanzhang/pytorch_DGCNN

Problem when using Mac M1

Opened this issue · 2 comments

Hi Dr. Zhang,
When I tried to run this code on Mac M1, I met this problem:
OSError: dlopen(/Users/PycharmProjects/test/pytorch_DGCNN/lib/build/dll/libgnn.so, 0x0006): tried: '/Users/PycharmProjects/test/pytorch_DGCNN/lib/build/dll/libgnn.so' (mach-o file, but is an incompatible architecture (have (arm64), need (x86_64)))
What should I do to solve this problem? Could you please give me some advise? Thank you!

Hi, the repository is not supported on mac m1. You may try it on a x86-based linux machine.

I will try, thank you!