tools-python icon indicating copy to clipboard operation
tools-python copied to clipboard

SPDX-tools

Open virajgaonkar opened this issue 1 year ago • 1 comments

Hello, Could you please how to run this program and also if i run i get error pyspdxtools -i or pyspdxtools -i <input_file> -o <output_file> ( In place of filename we give the filename of ours.) Even tried with giving the path of the files its still not working Error is CreationInfo doesnot exists

Could you please explain in details how to run this package

virajgaonkar avatar Jul 04 '24 15:07 virajgaonkar

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.

armintaenzertng avatar Jul 26 '24 08:07 armintaenzertng