-
-
Notifications
You must be signed in to change notification settings - Fork 603
Open
Description
Working with SCTK v32.3.1 (running in SCIO v34.9.3), SCTK does not currently identify the installed files for a conda package in the Resources for_packages field. This data seems to be readily available in a set of .json files located under /conda-meta/ directory where conda is installed - typically opt/conda. The file names are in the format <package name>-<package-version>.json
This pattern is present for both Anaconda and miniconda distributions.
AyanSinhaMahapatra