HHKproject / osm-bundler

Automatically exported from code.google.com/p/osm-bundler
0 stars 0 forks source link

OSError: [Errno 2] No such file or directory #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install libgfortran3, libjpeg, PIL, python-dev, exported library paths, etc.
2. download osm-bundler, and fix all the permissions.
3. RunBundler.py, but getting the error. 

What is the expected output? What do you see instead?
Expected to run the RunBundler.py file and get .ply output.

What version of the product are you using? On what operating system?
Ubuntu 12.04 LTS & Ubuntu 14.04 LTS

Please provide any additional information below.
Tried the solution in issue 8, but no help. Tried the follow as well, but it 
hasn't solved the issue: http://forum.openstreetmap.org/viewtopic.php?id=13652. 
I've tried both siftlowe and vlfeat, and I get the same error. 

I get the following:
Working directory created: /tmp/osm-bundler-HcmIHP
BundlerMatching executable path: 
/home/ubuntu/osm-bundler-cli/software/bundler/bin/KeyMatchFull
Sift executable path: /home/ubuntu/osm-bundler-cli/software/sift-lowe/sift

Processing photo 'kermit007.jpg':
Traceback (most recent call last):
  File "./RunBundler.py", line 9, in <module>
    manager.preparePhotos()
  File "/home/ubuntu/osm-bundler-cli/osmbundler/__init__.py", line 121, in preparePhotos
    self._preparePhoto(photoInfo)
  File "/home/ubuntu/osm-bundler-cli/osmbundler/__init__.py", line 176, in _preparePhoto
    self.extractFeatures(photo)
  File "/home/ubuntu/osm-bundler-cli/osmbundler/__init__.py", line 244, in extractFeatures
    self.featureExtractor.extract(photo, self.photoDict[photo])
  File "/home/ubuntu/osm-bundler-cli/osmbundler/features/siftlowe.py", line 17, in extract
    subprocess.call(self.executable, **dict(stdin=photoFile, stdout=siftTextFile))
  File "/usr/lib/python2.7/subprocess.py", line 493, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Would appreciate any help possible! Thanks in advance...

Original issue reported on code.google.com by asaded...@gmail.com on 9 Aug 2014 at 5:49

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
You need to get the 32bit libs for your 64 bit system to run the executables in 
the package

Original comment by limzn88 on 1 May 2015 at 9:48