You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an internal tool that reads the conda-meta JSONs and generates a license report. It seems like Pixi environments currently don't populate this field.
The text was updated successfully, but these errors were encountered:
Mmm that's interesting. Rattler does parse this field the license from the repodata. We also store this information in the lock-file since last release. Apparently, it doesn't get properly propagated to the environment though.
I'll have to investigate this a little bit further. Does your lock file contain the license information though? Does it contain the information if you recreate it?
We have an internal tool that reads the
conda-meta
JSONs and generates a license report. It seems like Pixi environments currently don't populate this field.The text was updated successfully, but these errors were encountered: