uoip / g2opy

Python binding of SLAM graph optimization framework g2o
668 stars 176 forks source link

Unable to build #41

Open Zumbalamambo opened 4 years ago

Zumbalamambo commented 4 years ago

I'm not able to build g20. Im getting the following error


> Traceback (most recent call last):
>   File "setup.py", line 43, in <module>
>     long_description=""
>   File "C:\Users\stanl\AppData\Local\Programs\Python\Python37\lib\site-packages\setuptools\__init__.py", line 129, in setup
>     return distutils.core.setup(**attrs)
>   File "C:\Users\stanl\AppData\Local\Programs\Python\Python37\lib\distutils\core.py", line 148, in setup
>     dist.run_commands()
>   File "C:\Users\stanl\AppData\Local\Programs\Python\Python37\lib\distutils\dist.py", line 966, in run_commands
>     self.run_command(cmd)
>   File "C:\Users\stanl\AppData\Local\Programs\Python\Python37\lib\distutils\dist.py", line 985, in run_command
>     cmd_obj.run()
>   File "setup.py", line 25, in run
>     assert len(lib_file) == 1
> AssertionError
> 
AndreaFinazzi commented 3 years ago

Be sure to have one, and only one, file matching the expression "g2o*.so" in the ./lib/ folder.