Uh oh!
There was an error while loading. Please reload this page.
Fixes for setup.py under Ubuntu 18.04 - #371
Conversation
mpitropov
commented
Jul 27, 2020
I was able to install on Ubuntu 18.04 using this branch. |
dogghou
commented
Apr 7, 2021
My environment: agx-xavier + ubuntu18.04 + vtk6.3 + python-pcl When i test, the errors : ERROR: In /build/vtk6-5rzKol/vtk6-6.3.0+dfsg1/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 394 ERROR: In /build/vtk6-5rzKol/vtk6-6.3.0+dfsg1/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 394 ERROR: In /build/vtk6-5rzKol/vtk6-6.3.0+dfsg1/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 633 Aborted |
Hey,
I had some issues with the pip version of python-pcl since it seems to depend on pcl 1.7 (pretty much the same as here #317).
One advice was to install it from source via
python3 setup.py install, which failed for me. This pull request contains the fixes I have made to build this lib:This change is