spdx / tools-python

A Python library to parse, validate and create SPDX documents.
http://spdx.org
Apache License 2.0
179 stars 131 forks source link

parse_tv.py causes version issues #89

Closed RishabhBhatnagar closed 5 years ago

RishabhBhatnagar commented 5 years ago

While running example codes in how to use section of https://github.com/spdx/tools-python,

Running
python parse_tv.py '../data/SPDXSimpleTag.tag' gives following error:

Generating LALR tables  
SPDXVersion must be SPDX-1.2 found SPDX-2.1.  
Errors encountered while parsing
pombredanne commented 5 years ago

@RishabhBhatnagar good find. PR welcomed

pombredanne commented 5 years ago

actually there are pending PRs by @yash-nisar but they need to be rebased before I can merge them... May be that something you can have a look into (unless @yash-nisar can handle it?)

omi10859 commented 5 years ago

Is it still open? Someone already working?

krysnuvadga commented 5 years ago

@omi10859 you can take on it

omi10859 commented 5 years ago

seem to be working with no errors Screenshot 2019-04-15 at 1 12 09 AM

@RishabhBhatnagar can you brief on how to regenerate the error?

krysnuvadga commented 5 years ago

@RishabhBhatnagar I am closing this issue in favor that no one has reproduced thesame error as a bug