Closed jgsimard closed 5 years ago
There seems to an issue with your g++ compiler. This is unrelated to this repo. I would try reinstalling the compiler or installing a newer version.
Best,
Miguel
There seems to an issue with your g++ compiler. This is unrelated to this repo. I would try reinstalling the compiler or installing a newer version.
Best,
Miguel
my gcc is g++-5 have the same problem. should i change g++-4.8?
change g++-5 to g++-4.8 ,have the same problem
Hi, I have an issue that make me unable to use the code. the error comes up during the build. If if compile with CXX_COMPILER=/usr/bin/g++-4.8, I get this error message
But if I use g++-7, I can compile but I get this error message when I run the test.
I am on Ubuntu 18, python 3.7. Thanks in advance!