You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: 找不到指定的模块。
🐛 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
The text was updated successfully, but these errors were encountered: