eric-wieser/ros_numpy

ValueError: Attempted relative import in non-package

chandanlal92 opened this issue · 2 comments

Hi,
I wanted to convery numpy array to point cloud.I am facing follwing issue.
I get this error while using this library. Is there any workaround for this?

from .registry import converts_from_numpy, converts_to_numpy

ValueError: Attempted relative import in non-package

In what file is that line of code? It sounds like your python path is not set up correctly

Closing, this is an installation issue