NetManAIOps / CIRCA

Causal Inference-based Root Cause Analysis
BSD 3-Clause "New" or "Revised" License
68 stars 11 forks source link

No module named 'circa', when using docker #7

Open wzw999 opened 1 year ago

wzw999 commented 1 year ago

Error while finding module specification for 'circa.graph' (ModuleNotFoundError: No module named 'circa')

limjcst commented 1 year ago

The provided Dockerfile does not include CIRCA's code. You can add a COPY command into the Dockerfile or execute pip3 install circa-clue inside the container.