Felix A. Maldonado Osorio
Felix A. Maldonado Osorio
I had an issue importing cv2 into python3,9 env A, so i created env gg with python 3.8. Now i got this error when opening a new jupyter notebook in...
Hello, I have recently began working with the Basler acA1300-200uc (USB3) and when i run the setup.py code from the powershell, I get this error message below. Anyone know where...
Hello, Im trying to implement implot to this repo (https://github.com/SaschaWillems/Vulkan/tree/master). All the examples build fine, including the imgui example which I am mainly interested in. I cloned implot to the...
- ERROR ``` CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find X11 (missing: X11_X11_INCLUDE_PATH X11_X11_LIB) ``` Can be fixed by the following: ```apt install libx11-dev``` ```apt install libx11-dev``` - Error:...