Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPDX-tools #808

Open
virajgaonkar opened this issue Jul 4, 2024 · 1 comment
Open

SPDX-tools #808

virajgaonkar opened this issue Jul 4, 2024 · 1 comment

Comments

@virajgaonkar
Copy link

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

@armintaenzertng
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants