We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@nickponline any updates on this? Also, have you tried building from source or did you install with anaconda?
Sorry, something went wrong.
No branches or pull requests
It compiles correctly for me, but when I try:
I get:
The text was updated successfully, but these errors were encountered: