Cannot install Pytorch 1.0.1

I am working on project that requires pytorch 1.0.1 and python 3.6.5 . So I have downloaded the wheel file but when I install using pip install torch-1.0.1-cp36-cp36m-linux_x86_64.whl but i am getting the following error: ERROR: torch-1.0.1-cp36-cp36m-linux_x86_64.whl is not supported wheel on this platform .I have created conda environment that has python 3.6.5 .When I check python --version I get 3.6.5 but when I check with python3 --version I am getting 3.8.10 .Can somebody help me with this problem please?