nburny
Results
2
comments of
nburny
Check https://stackoverflow.com/questions/76043689/pkg-resources-is-deprecated-as-an-api For me, it solved the issue (running Ubuntu 22.04 using Docker) : pip uninstall setuptools pip install setuptools==66.1.1
Hi, for anyone having this issue, check the following : https://github.com/NVIDIA/nvidia-container-toolkit/issues/520 It might help you solve the issue.