ch-sa/labelCloud

Error installing with pip install and Python3.8 vm

africandave opened this issue · 2 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

ch-sa commented

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.