I know this is silly problem but I just can't find how to solve this problem.
In file included from sent2vec.cpp:315:
./fasttext.h:18:10: fatal error: 'atomic' file not found
#include <atomic>
^~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit status 1
Hi @prakritidev,
I think this is because your compiler doesn't support C++ 11. header file is not present in the earlier versions of C++. I am closing this issue for now.
Hi,
I know this is silly problem but I just can't find how to solve this problem.