Skip to content

archivos nuevos

archivos nuevos #3

Triggered via push October 6, 2024 00:58
Status Failure
Total duration 1m 6s
Artifacts
pyright type-check
59s
pyright type-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
pyright type-check: llama.py#L4
Import "dotenv" could not be resolved (reportMissingImports)
pyright type-check: llama.py#L10
Import "websockets" could not be resolved (reportMissingImports)
pyright type-check: llama.py#L12
Import "flask" could not be resolved (reportMissingImports)
pyright type-check: llama.py#L17
Import "sklearn.decomposition" could not be resolved (reportMissingImports)
pyright type-check: llama.py#L18
Import "sklearn.manifold" could not be resolved (reportMissingImports)
pyright type-check: llama.py#L23
Import "sklearn.preprocessing" could not be resolved (reportMissingImports)
pyright type-check: llama.py#L516
"get" is not a known attribute of "None" (reportOptionalMemberAccess)
pyright type-check: llama.py#L517
"get" is not a known attribute of "None" (reportOptionalMemberAccess)
pyright type-check: llama.py#L518
"get" is not a known attribute of "None" (reportOptionalMemberAccess)
pyright type-check: llama.py#L519
"get" is not a known attribute of "None" (reportOptionalMemberAccess)
pyright type-check: llama.py#L13
Import "flask_cors" could not be resolved from source (reportMissingModuleSource)
pyright type-check: llama.py#L13
Import "CORS" is not accessed (reportUnusedImport)
pyright type-check: llama.py#L19
Import "seaborn" could not be resolved from source (reportMissingModuleSource)
pyright type-check: llama.py#L24
Import "norm" is not accessed (reportUnusedImport)