Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DLL load failed while importing _ssl #9720

Open
VirtualPuffer opened this issue Oct 22, 2024 · 0 comments
Open

DLL load failed while importing _ssl #9720

VirtualPuffer opened this issue Oct 22, 2024 · 0 comments
Labels

Comments

@VirtualPuffer
Copy link

🐛 Describe the bug

Hello,I meet some problem when importing the torch_geometric module

File "D:\python\RGCN-master\utils.py", line 8, in
from torch_geometric.data import Data
File "D:\environment\envs\pytorch\lib\site-packages\torch_geometric_init_.py", line 17, in
import torch_geometric.data
File "D:\environment\envs\pytorch\lib\site-packages\torch_geometric\data_init_.py", line 17, in
from .download import download_url, download_google_url
File "D:\environment\envs\pytorch\lib\site-packages\torch_geometric\data\download.py", line 3, in
import ssl
File "D:\environment\envs\pytorch\lib\ssl.py", line 100, in
from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION
ImportError: DLL load failed while importing _ssl: 找不到指定的模块。

Versions

torch 2.0.1+cu117
torch-cluster 1.6.1+pt20cu117
torch-fidelity 0.3.0
torch-geometric 2.6.1
torch-scatter 2.1.1+pt20cu117
torch-sparse 0.6.17+pt20cu117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant