g2opy icon indicating copy to clipboard operation
g2opy copied to clipboard

Has anyone been able to compile and run this on an Apple Mac `m1` ?

Open nickponline opened this issue 4 years ago • 1 comments

It compiles correctly for me, but when I try:

import g2o

I get:

import g2o
ImportError: dlopen(/Users/me/opt/anaconda3/envs/dev/lib/python3.7/site-packages/g2o.cpython-37m-darwin.so, 2): no suitable image found.  Did find:
/Users/me/opt/anaconda3/envs/dev/lib/python3.7/site-packages/g2o.cpython-37m-darwin.so: mach-o, but wrong architecture
/Users/me/opt/anaconda3/envs/dev/lib/python3.7/site-packages/g2o.cpython-37m-darwin.so: mach-o, but wrong architecture

nickponline avatar Jul 13 '21 01:07 nickponline

@nickponline any updates on this? Also, have you tried building from source or did you install with anaconda?

NewstellerBot avatar May 22 '23 14:05 NewstellerBot