I get the above error while installing syft package through Anaconda command. I followed the below link exactly as is, https://medium.com/secure-and-private-ai-writing-challenge/installing-pysyft-package-ffa1ff0ad83c
Following commands were used:
conda create -n pysyft python=3
conda activate pysyft
pip install syft
Some of the links suggested to update the Pytorch version. I have 1.5.0+cpu version already and updating didnt help. I also tried using pip install syft
without creating a conda environment, that didnt solve the problem either.
I went through the below stackoverflow link too which explains similar error, but it didnt help either:
Issues installing PyTorch 1.4 - "No matching distribution found for torch===1.4.0"
Any advice? Thanks in advance