Ludovic Barusseau
Ludovic Barusseau
You can enable the auto-save mode ([setAutoSave()](https://ikomia-dev.github.io/python-api-documentation/_autosummary/_autosummaryv/ikomia.core.pycore.CWorkflowTask.html#ikomia.core.pycore.CWorkflowTask.setAutoSave)) at workflow or task level to save outputs to disk
Hi @davemaster, we infortunately do not provide wheel for Python 3.12 yet. For now, you can install ikomia wheel with pip from Python 3.7 to Python 3.10. Python 3.11 is...
Hi @sergiomaciel and thank you for your interest in Ikomia. As of today, we only made some tests on Windows 10 platform. It seems to be a dependency issue with...
Hi @apollo000104. The short story is there is no Python 3.11 wheel of Ikomia for the moment. So you should create a Python environment with compatible version (from 3.7 to...
Hi @tonnys, The Python Ikomia API includes an automatic system to install dependencies. But you can always install them manually if needed. One way could be to reinstall infer_yolo_v7 requirements...
Hi @LyCrash, The error indicates that numpy is missing from your Python environment. It's quite strange as Numpy is a direct dependency of Ikomia package. Could you check the numpy...
Hi @lafnac, It seems that libusb-1.0.so is missing from your OS. This library is required because it's a dependency inherited from OpenCV. We try to include as many dependencies as...
Hi @sindre97, thank you for your interest. Unfortunately, there is no compilation documentation at the moment. Ikomia Studio is a quiet large C++ project with many dependencies. So that's why...