IMPORTANT: Please use the following template to report the bug.
Describe the bug
An import problem, fresh install and it doesn't work.
To Reproduce
Steps to reproduce the behavior:
Python 2.7.15rc1 (default, Nov 12 2018, 14:31:15)
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import open3d
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/open3d/__init__.py", line 9, in <module>
from open3d.linux import *
ImportError: No module named linux
>>> exit()
Expected behavior
Expected to import the library.
Environment (please complete the following information):
Please install open3d 0.5.0 since version 0.3.0 is no longer supported. If there is an old version already installed, use
pip install open3d-python -U
to upgrade.