ODM ImportError: No module named 'yaml'

From @dl2ecc on Sat Jul 08 2017 10:00:23 GMT+0000 (UTC)

Hi there,

I’m tiying to get the new version of ODM running.
I’m using Ubuntu 14.04 LTS in it’s updated version.
Python version is 2.7.
I downloaded OpenDroneMap-OpenDroneMap-v0.3.1-61-gc43366a.zip and unziped it
in a folder named ODM3. Then I started ~/ODM3$ ./configure.sh install.
The script finished correctly.
After running python run.py ~~project-path /tests/ I got an
ImportError: No module named ‘yaml’.
I installed pip but nothing changed.

Can you help me ?

Thanks
Regards
Wolfgang

Copied from original issue: https://github.com/OpenDroneMap/OpenDroneMap/issues/624

From @yjmenezes on Sat Jul 08 2017 12:18:38 GMT+0000 (UTC)

@dl2ecc

you could try:
sudo apt-get update; sudo apt-get install python-yaml
and run thru shell script from OpenDromeMap directory.
./run.sh

For me,. ODM v0.3.1 is working well under Ubuntu 16.04.2 LTS

From @dl2ecc on Sun Jul 09 2017 14:49:55 GMT+0000 (UTC)

Hi,
thanks for the help.
I installed yaml and I could go a little further.
Now I get ImportError: No module named opensfm.exif
May be there is a little work to get ODM3 working.

From @yjmenezes on Sun Jul 09 2017 15:06:40 GMT+0000 (UTC)

@dl2ecc

you are welcome.
please, consider upgrade to 16.04 ( xenial ), to get more fresh dependencies solved.

From @dl2ecc on Sun Jul 09 2017 18:05:19 GMT+0000 (UTC)

Hi Julio-Cesar

thanks for your hint.
I have to make a backup from my system first and then I’m going
to update my system.

Best Regards
Wolfgang

Am Sonntag, den 09.07.2017, 08:06 -0700 schrieb julio cesar de menezes:

@dl2ecc

you are welcome.
please, consider upgrade to 16.04 ( xenial ), to get more fresh
dependencies solved.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.