-
Notifications
You must be signed in to change notification settings - Fork 90
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
Errors due to new update in spdx-tools==0.7.0rc0 #577
Comments
getting this error while make a PR on this issue and this issue #576 |
We have a pending PR for this aboutcode-org/scancode-toolkit#3173 |
Please update https://github.com/nexB/python-inspector instead |
#586 will solve this too :") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cant import Algorithm from spdx.checksum
and resolved by changingrenaming Algorithm to ChecksumAlgorithm
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 doingfrom spdx.license import License
.The text was updated successfully, but these errors were encountered: