Skip to content
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

remove unused package LegacyVersion and unused variables #177

Closed
wants to merge 1 commit into from

Conversation

zolero
Copy link

@zolero zolero commented Jul 9, 2023

Fresh install of deepdoctection results into missing legacyVersion error and unused variables.

AttributeError: module 'packaging.version' has no attribute 'legacyVersion'
image

NameError: name 'context' is not defined
image

Closes #178

Fresh install of deepdoctection results into missing legacyVersion error and unused variables.
@JaMe76
Copy link
Contributor

JaMe76 commented Jul 10, 2023

Thanks for the PR.

I have a one question and one remark.

You can start a CI run in your branch by adding [force ci] in the git message, e.g.

git commit -m “add stuff [force ci]”

 This will run tests with Python 3.8.

@zolero zolero closed this by deleting the head repository May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No attribute 'legacyVersion' and name 'context' is not defined.
2 participants