Skip to content

modified display image selectin strategy #22

modified display image selectin strategy

modified display image selectin strategy #22

Triggered via push October 14, 2024 12:16
Status Failure
Total duration 2m 13s
Artifacts

python-app.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: web-ui-image-search-lsi.py#L1
Cannot find implementation or library stub for module named "gensim.models.lsimodel" [import-not-found]
build: web-ui-image-search-lsi.py#L2
Cannot find implementation or library stub for module named "gensim.utils" [import-not-found]
build: web-ui-image-search-lsi.py#L3
Cannot find implementation or library stub for module named "gensim.similarities" [import-not-found]
build: web-ui-image-search-lsi.py#L4
Cannot find implementation or library stub for module named "streamlit.runtime.state" [import-not-found]
build: web-ui-image-search-lsi.py#L8
Cannot find implementation or library stub for module named "streamlit" [import-not-found]
build: web-ui-image-search-lsi.py#L29
Item "None" of "Any | None" has no attribute "doc2bow" [union-attr]
build: web-ui-image-search-lsi.py#L32
Value of type "Any | None" is not indexable [index]
build: web-ui-image-search-lsi.py#L34
Argument 1 to "enumerate" has incompatible type "list[tuple[int, float]]"; expected "Iterable[float]" [arg-type]
build: make-tags-with-wd-tagger.py#L2
Cannot find implementation or library stub for module named "numpy" [import-not-found]
build: make-tags-with-wd-tagger.py#L3
Cannot find implementation or library stub for module named "onnxruntime" [import-not-found]
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/