Ignoring invalid distribution while import torch_xla

I’m trying to use a vision transformer and I need to import torch_xla. Firstly, I tied to install it with" pip install torch_xla " but it doesn’t work. So, I search on the PyTorch discussion, GitHub, etc and I found some suggestions but I can’t still import torch_xla with the error message " ModuleNotFoundError: No module named ‘torch_xla’ ".
The warning message to me while I’m trying to install torch_xla is as below:
WARNING: Ignoring invalid distribution -orch (c:\users\shimalab\anaconda3\lib\site-packages)
WARNING: Ignoring invalid distribution -orch (c:\users\shimalab\anaconda3\lib\site-packages)
ERROR: torch_xla-1.9-cp37-cp37m-linux_x86_64.whl is not a supported wheel on this platform.
WARNING: Ignoring invalid distribution -orch (c:\users\shimalab\anaconda3\lib\site-packages)
WARNING: Ignoring invalid distribution -orch (c:\users\shimalab\anaconda3\lib\site-packages)
WARNING: Ignoring invalid distribution -orch (c:\users\shimalab\anaconda3\lib\site-packages)

Welcome all the suggestions and thanks in advance!