ch-sa / labelCloud

A lightweight tool for labeling 3D bounding boxes in point clouds.

Home Page:https://ch-sa.github.io/labelCloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error installing with pip install and Python3.8 vm

africandave opened this issue · comments

I created a pthon3.8 vm using virtualenv. When installing labelCloud using pip install I get the following errors: see attached screenshot.
Is there something I'm missing when installing labelCloud?
Screenshot from 2022-11-23 02-18-50

No, you did not miss anything.

This seems like a bug in the dependencies or opengl-accelrate in particular.

Maybe try this:
https://stackoverflow.com/questions/27022373/python3-importerror-no-module-named-ctypes-when-using-value-from-module-mul

Otherwise if it is only opengl-accelerate, you can try skipping that as it is not a hard requirement.

I used virtualenv with pyenv instead to create a vm. That worked for me.