ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Python PCL fails to install [closed]

asked 2015-02-03 01:29:09 -0500

chris_ gravatar image

updated 2015-02-03 14:10:49 -0500

I have tried installing the Python PCL wrapper with sudo pip install git+https://github.com/strawlab/python-pcl and it seemingly installs correctly, howevever when I try import it in Python I get the following error.

Python 2.7.8 (v2.7.8:ee879c0ffa11, Jun 29 2014, 21:07:35) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pcl
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "pcl/__init__.py", line 2, in <module>
    from ._pcl import *
ImportError: No module named _pcl

I'm running this on OSX 10.10 as well as Ubuntu 12.04, so if anyone has ideas how I can get this to work I would really appreciate it.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by Dan Lazewatsky
close date 2015-02-03 14:36:40.514546

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-02-03 14:35:57 -0500

Since this isn't directly ROS-related, I would recommend opening a ticket on the python-pcl issue tracker.

edit flag offensive delete link more

Comments

Currently, the default version of pcl installed via homebrew is 1.8. You need to add the version 1.8 to the PCL_SUPPORTED list in the file setup.py of python-pcl.

J.M.T. gravatar image J.M.T.  ( 2016-08-26 22:43:50 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-02-03 01:29:09 -0500

Seen: 3,342 times

Last updated: Feb 03 '15