This error is spotted on Jetpack version 4.4
This is due to the installation of setuptools(latest version) when the script on the developer blog run for installation of tensorflow is run instaed of downloading the latest version download version 49.6.0 instead
sudo pip3 install setuptools==49.6.0
to check version of setuptools type easyinstall --version