Below is the install_requires part of setup.py of setuptools.
Created rpm using this command.
When I ran the deb file on another ubuntu 20 machine, got below error.
But don't know why it is appending python3-*** to package names. Direct pip3 install commands on torch,torchaudio,torchvision works if I ran on the target machine manually.
Please suggest how to fix that.