This is a known bug which has been patched: https://github.com/pytorch/pytorch/pull/69904
You can either use the nightly-release of PyTorch, or otherwise downgrade setup tools to setuptools
version 59.5.0
:
pip install setuptools==59.5.0
This is a known bug which has been patched: https://github.com/pytorch/pytorch/pull/69904
You can either use the nightly-release of PyTorch, or otherwise downgrade setup tools to setuptools
version 59.5.0
:
pip install setuptools==59.5.0