-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Closed
Description
When building from source, I got this error. My system is OSX 10.12.4, conda, CUDA 8.0. Any thoughts? Thanks!
torch/csrc/serialization.cpp:2:10: fatal error: 'system_error' file not found
#include <system_error>
^
In file included from torch/csrc/autograd/engine.cpp:1:
pytorch/torch/csrc/autograd/function_hook.h:11:40: error: no member named 'shared_ptr' in namespace 'std'
using variable_list = std::vector<std::shared_ptr<Variable>>;
~~~~~^
/Users/hangzhang/pytorch/torch/csrc/autograd/function_hook.h:11:51: error: 'Variable' does not refer to a value
using variable_list = std::vector<std::shared_ptr<Variable>>;
Metadata
Metadata
Assignees
Labels
No labels