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
ERROR:
Traceback (most recent call last):
File "setup.py", line 2, in
from torch.utils.cpp_extension import BuildExtension, CUDAExtension
ImportError: No module named torch.utils.cpp_extension
But I can run "import torch.utils.cpp_extension" by python in this environment
The text was updated successfully, but these errors were encountered:
centos7
pytorch1.2
CUDA10.0
python 3.7
ERROR:
Traceback (most recent call last):
File "setup.py", line 2, in
from torch.utils.cpp_extension import BuildExtension, CUDAExtension
ImportError: No module named torch.utils.cpp_extension
But I can run "import torch.utils.cpp_extension" by python in this environment
The text was updated successfully, but these errors were encountered: