[SOLVED] No torch version in MacOS Catalina

I’m trying to restore all python packages on MacOS 10.15.7 Catalina and now I faced the following error:

ERROR: Could not find a version that satisfies the requirement torch==1.10.0 (from versions: none)
ERROR: No matching distribution found for torch==1.10.0

I’ve tried to point Pip to the page with -f parameter. Is there any way to install it to Catalina?

MacOS 10.15.7 Catalina
Python 3.10.1

Ok, I’ve figured it out. I had to downgrade python to 3.9.9 so it has nothing to do with MacOS.