g2opy
g2opy copied to clipboard
Has anyone been able to compile and run this on an Apple Mac `m1` ?
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 any updates on this? Also, have you tried building from source or did you install with anaconda?