tools-python
tools-python copied to clipboard
SPDX-tools
Hello,
Could you please how to run this program and also if i run i get error pyspdxtools -i
Could you please explain in details how to run this package
Hi, @virajgaonkar, thanks for your interest in the spdx-tools!
The error you encounter indicates that the parser can't find the CreationInfo in your SPDX file. The CreationInfo is mandatory, so you should check that it is present in your file. If it is, then your file probably does not conform to the syntax described by the specification.
I might be of further help if you could provide me with an example file that is failing for you, or at least which file format you are using.