You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the Inference issues and found no similar bug report.
Bug
For some reason, when I install v0.28 it is missing the model_monitoring_inference_aggregator directory. the result is the following:
from inference.core.workflows.core_steps.loader import (
File "/Users/ross.lote/Projects/personal/robo-workflow/.venv/lib/python3.11/site-packages/inference/core/workflows/core_steps/loader.py", line 233, in <module>
from inference.core.workflows.core_steps.sinks.roboflow.model_monitoring_inference_aggregator.v1 import (
ModuleNotFoundError: No module named 'inference.core.workflows.core_steps.sinks.roboflow.model_monitoring_inference_aggregator'
If I download the source code from the latest release the files are present so I'm not sure what would be causing it.
Environment
No response
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?
Yes I'd like to help by submitting a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Bug
For some reason, when I install v0.28 it is missing the
model_monitoring_inference_aggregator
directory. the result is the following:If I download the source code from the latest release the files are present so I'm not sure what would be causing it.
Environment
No response
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: