Skip to content

Errors due to new update in spdx-tools==0.7.0rc0 #577

Closed
@swastkk

Description

@swastkk
  1. Getting errors in cant import Algorithm from spdx.checksum and resolved by changing renaming Algorithm to ChecksumAlgorithm
  2. Secondly, the from spdx.document import License ImportError: and I found that actually spdx has changed the location of License to license.py itself and then resolved by doing from spdx.license import License .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions