Fix distutils deprecation warning#2476
Conversation
|
@DevPranjal thanks for the PR, looks good. Do you think the failure is related to the change ? |
|
I didn't find the failures related, I might be wrong. They were not occuring recently :(. |
|
@DevPranjal they are unrelated, provided a temporary CI fix: #2477 |
vfdev-5
left a comment
There was a problem hiding this comment.
LGTM, thanks @DevPranjal
|
Tests related to |
|
@DevPranjal let's temporarily fix distutils to an older version such that stable pytorch will pass as well ? |
|
@DevPranjal can you also please replace this: |
|
@vfdev-5 all checks passing now :) |
Fixes #2472
Description: Fix
distutilsdeprecation warning by usingVersionfrompackaging.versioningin place ofLooseVersionCheck list: