thoth-station / support

ℹ Any Thoth related support questions
https://thoth-station.ninja/
0 stars 4 forks source link

Include pdf2image, tabula-py, mmdet, farm, pyspellchecker #273

Open codificat opened 1 year ago

codificat commented 1 year ago

Python package index URL

https://pypi.org/simple

Reason

These packages appear as unresolved when trying to obtain advice about the software stack in the OS-Climate aicoe-osc-demo repository:

  https://thoth-station.ninja/j/unresolved │ Resolver failed as it was unable to resolve direct dependency 'pdf2image'          │ pdf2image      │ ❌ ERROR   
  https://thoth-station.ninja/j/unresolved │ Resolver failed as it was unable to resolve direct dependency 'tabula-py'          │ tabula-py      │ ❌ ERROR   
  https://thoth-station.ninja/j/unresolved │ Resolver failed as it was unable to resolve direct dependency 'mmdet'              │ mmdet          │ ❌ ERROR   
  https://thoth-station.ninja/j/unresolved │ Resolver failed as it was unable to resolve direct dependency 'farm'               │ farm           │ ❌ ERROR   
  https://thoth-station.ninja/j/unresolved │ Resolver failed as it was unable to resolve direct dependency 'pyspellchecker'     │ pyspellchecker │ ❌ ERROR   
goern commented 1 year ago

/sig stack-guidance /priority critical-urgent /kind feature /assign @shreekarSS

goern commented 1 year ago

/triage accepted

codificat commented 1 year ago

/wg cnbi

goern commented 1 year ago

@shreekarSS any update on this?

shreekarSS commented 1 year ago

Added dependencies using management api: https://management.stage.thoth-station.ninja/api/v1/ui/#/Python%20Solver/post_solve_python pdf2image:
"analysis_id": [ "solver-rhel-8-py38-220928135934-c661b5d3e9d1d1df", "solver-fedora-34-py39-220928135934-e57ff92974ba9536", "solver-fedora-35-py310-220928135934-5e4a6699ba9cc223" ],

tabula-py: "analysis_id": [ "solver-rhel-8-py38-220928140108-18cc77c47acdeab7", "solver-fedora-34-py39-220928140108-40621849cca890f5", "solver-fedora-35-py310-220928140108-a326d93a96ea8c67" ],

mmdet: "analysis_id": [ "solver-rhel-8-py38-220928140150-39bad8555866844c", "solver-fedora-34-py39-220928140150-bf9288be382ed57d", "solver-fedora-35-py310-220928140150-fed14db4331ff5c7" ],

farm :
"analysis_id": [ "solver-rhel-8-py38-220928140241-b8d1e7611fe2078e", "solver-fedora-34-py39-220928140241-8694699db237479b", "solver-fedora-35-py310-220928140241-1a4b9731a6011fea" ],

pyspellchecker "analysis_id": [ "solver-rhel-8-py38-220928140309-f91b2fe749016966", "solver-fedora-34-py39-220928140309-2a44e8c0c772e51d", "solver-fedora-35-py310-220928140309-8f2b06271728a5f2" ],

Waiting for packages to get resolved.

codificat commented 1 year ago

Status check: 3 of the 5 packages are reported by the stage API:

$ for p in pdf2image tabula-py mmdet farm pyspellchecker; do http "https://stage.thoth-station.ninja/api/v1/python/package/versions?name=$p" | jq -r '.versions[0].package_version'; done
0.1.0
0.1
null
null
0.0.1

Still waiting for the other 2 (mmdet and farm)