strawlab / python-pcl

Python bindings to the pointcloud library (pcl)
http://strawlab.github.com/python-pcl/
Other
2k stars 701 forks source link

Can't set up python-pcl in ubuntu 16.04 with pcl-1.8 #138

Open ljc19800331 opened 6 years ago

ljc19800331 commented 6 years ago

I am using windows 7 with ubuntu 16.04 virtual box and I have already installed the pcl-1.8 in ubuntu. I have also installed cython 0.25 and when I try to install python-pcl I got the following error.

The file is so long that I can't copy all the information here. I am not sure whether it will be a problem for the answers.

Thanks for the answers.

running install running bdist_egg running egg_info writing requirements to python_pcl.egg-info/requires.txt writing python_pcl.egg-info/PKG-INFO writing top-level names to python_pcl.egg-info/top_level.txt writing dependency_links to python_pcl.egg-info/dependency_links.txt reading manifest file 'python_pcl.egg-info/SOURCES.txt' writing manifest file 'python_pcl.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/pcl copying pcl/init.py -> build/lib.linux-x86_64-2.7/pcl running build_ext cythoning pcl/_pcl_180.pyx to pcl/_pcl_180.cpp

Error compiling Cython file:

xpchuan commented 6 years ago

I meet the same problem,because i use python2.7 to setup, python3.5 or 3.6 will work.

ljc19800331 commented 6 years ago

Hi xpchuan,

@xpchuan Have you solved the problem? Thanks.