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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: