Open jansim0n opened 8 months ago
Can you use the wheels via the -f
option when installing external libraries?
I am unable to do so as I get 'SSLError(SSLCertVerificationError' .. is there a workaround?
C:\Users\simonjan4>pip install torch_scatter torch_sparse torch_cluster torch_spline_conv --trusted-host -f https://data.pyg.org/whl/torch-2.0.0+cpu.html
Defaulting to user installation because normal site-packages is not writeable
Collecting https://data.pyg.org/whl/torch-2.0.0+cpu.html
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)'))': /whl/torch-2.0.0+cpu.html
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)'))': /whl/torch-2.0.0+cpu.html
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)'))': /whl/torch-2.0.0+cpu.html
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)'))': /whl/torch-2.0.0+cpu.html
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)'))': /whl/torch-2.0.0+cpu.html
Can you access https://data.pyg.org/whl/torch-2.0.0+cpu.html? You can download the wheels manually if required.
😵 Describe the installation problem
Hello, I am trying to install Pytorch Geometric Temporal. If I am not mistaken, i need dependencies:
Optional dependencies:
pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv.
However, whenever I try to install these, I run into the same issue.
I am able to install PyG on its own without any trouble. I tried installing with torch 2.2.0, same issue. I tried installing in different order: Pytorch-> pyg -> optional dependices, or Pytorch -> optional dependencies. I am kinda lost and would be grateful for any help.
Environment
conda
,pip
, source): piptorch-scatter
):