You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting errors in cant import Algorithm from spdx.checksum and resolved by changing renaming Algorithm to ChecksumAlgorithm
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 .