Hi AppetizingPelican85 , how exactly did you configure and run the agent?
You need to make sure you install them using the same python interpreter as the one the agent is using. Also, please note that if you're not running the agent in the --docker
mode, you will run into trouble if you run it from a virtual environment, as it creates a virtual environment to run the task, and the venvs are not nested as one might expect
I have the agent daemon running in the base environment.
Found some kind of solution...
The base conda env installs the " object-detection " package into " \Users<USER>\anaconda3\Lib\site-packages " but the agent needed it to be inside " \Users<USER>\AppData\Roaming\Python\Python39\site-packages "