Closed asit2898 closed 3 years ago
Hmm strange. We did recently add packaging
to our requirements.txt and i don't see it in your pip list
. Can you try installing it? Maybe the upgrade for some reason isn't triggering the new requirement.
@jeffra Thanks for pointing out the packaging library. It was installed in the parent environment and hence did not show up in pip list --local. This seems to be an issue with the 16.8 version of packaging. After upgrading to 20.9 the issue got resolved!
I am currently using 0.3.16 version. To upgrade to 0.4.0 I tried the following:
This results in :
However, when I try importing deepspeed I get the following error:
I get a similar error for ds_report:
Also attaching the output of pip list --local: