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
Hello,
I am using python3 as default. I am able to build setup.py successfully without any error, but while I try to execute ./bin/opensfm_run_all data/berlin I got this error:
Traceback (most recent call last):
File "/home/gary/project/OpenSfM/bin/opensfm", line 10, in
from opensfm import commands
File "/home/gary/project/OpenSfM/opensfm/commands/init.py", line 2, in
from . import extract_metadata
File "/home/gary/project/OpenSfM/opensfm/commands/extract_metadata.py", line 5, in
from opensfm import dataset
File "/home/gary/project/OpenSfM/opensfm/dataset.py", line 14, in
from opensfm import io
File "/home/gary/project/OpenSfM/opensfm/io.py", line 18, in
from opensfm import features
File "/home/gary/project/OpenSfM/opensfm/features.py", line 9, in
from opensfm import csfm
ImportError: /usr/lib/libboost_python.so.1.66.0: undefined symbol: PyString_InternFromString
Seems like it is using python2's boost instead of python3's. Is there any suggestion on how to fix this?
The text was updated successfully, but these errors were encountered:
Hello,
I am using python3 as default. I am able to build setup.py successfully without any error, but while I try to execute
./bin/opensfm_run_all data/berlin
I got this error:Seems like it is using python2's boost instead of python3's. Is there any suggestion on how to fix this?
The text was updated successfully, but these errors were encountered: