Hi, it is my first time asking question on StackOverflow.
First, I am trying to use openSFM but it is really hard. As in the picture
I wrote command bin/opensfm_run_all data/berlin
but the error keeps coming out like this:
Running using Python command: python
Traceback (most recent call last):
File "/home/yjw/OpenSfM/bin/opensfm", line 10, in <module>
from opensfm import commands
File "/home/yjw/OpenSfM/opensfm/commands/__init__.py", line 2, in <module>
from . import extract_metadata
File "/home/yjw/OpenSfM/opensfm/commands/extract_metadata.py", line 5, in <module>
from opensfm import dataset
File "/home/yjw/OpenSfM/opensfm/dataset.py", line 12, in <module>
from opensfm import io
File "/home/yjw/OpenSfM/opensfm/io.py", line 15, in <module>
import pyproj
ImportError: No module named pyproj
I did install pyproj
by using pip3 install pyproj
but I really don't know what the problem is. Can someone help me, please??
Thanks is advance.