Alexandre Strube

Results 193 comments of Alexandre Strube

Fails to compile, saying that localization is in an invalid format. Go figure. Latest version of everything.

Interesting, because I cloned this one in order to get an instant view of the camera via X11 in a headless machine :-)

This is not related to the camera, but to the picamera module - it's explained on the readme: The python interface to the PiCamera hardware. See https://picamera.readthedocs.io/en/release-1.13/install.html

@worstface it's literally an `sudo apt install git python3-pip libtiff5 libopenjp2-7 rpi.gpio; pip3 install spidev` at the beginning of the installer. If the packages are there already, no harm is...

It would make sense for this project to move to v4l2, then? It's the one used by a lot of other projects.

Does this issue still make sense, since LLVM's stable version now is 13?

It's not clear if the patch is applied or not. LLVMlite still brings the message "llvmlite Using SVML Patched LLVM" on numba -s

My question is because I see this on numba: https://github.com/numba/numba/issues/4713#issuecomment-698909705 Where it specifically mentions that llvm has no patch for SVML. Using LLVM 10.0.1 from the system That is when...

So, no conda - but instead, getting it from pip

I am trying to install numba with SVML support. For that, our supercomputing centre uses Easybuild. Easybuild itself uses a package which brings things from pip. This is what's there:...