Mustafa Faisal

Results 4 comments of Mustafa Faisal

I have issues installing using pip please check the terminal output. [Terminal Saved Output.txt](https://github.com/ppaquette/gym-doom/files/1318288/Terminal.Saved.Output.txt)

I have tried [spdx-tool](https://github.com/spdx/tools-java/releases/tag/v1.1.3) to convert to JSON. Yet the same issue. I am attaching both the original file and its converted version. [converted.zip](https://github.com/google/osv-scanner/files/10298602/converted.zip)

Update, I have used [cyclonedx-cli](https://github.com/CycloneDX/cyclonedx-cli) to convert from `spdx` to `cdx` using the following command: ``` cyclonedx-win-x64.exe convert --input-file vcpkg.spdx.json --output-file vcpkg.json --input-format spdxjson --output-format json ``` And I received...

@Rohan-Kar, I think there is a misunderstanding. I'm creating `SPDX` for C/C++ packages. This file is generated from [vcpkg](https://github.com/microsoft/vcpkg); after debugging with other parties, we found the generated file from...