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

Set setuptools version to 59.5.0 #19

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

twaslowski
Copy link

When finetuning the existing model on my own images, I ran into the following error:

AttributeError: module 'distutils' has no attribute 'version'

This stems from an upstream issue with pytorch and tensorboard specifically. The issue is documented here, and the recommended fix is pinning setuptools==59.5.0.

I also bumped pytorch to the last patch version before the breaking (I assume) major update, just for good measure.

@georg-wolflein
Copy link
Owner

Thank you for the contribution!

@georg-wolflein georg-wolflein merged commit f1ae9f7 into georg-wolflein:master Apr 30, 2024
1 check passed
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.

3 participants