Closed eyaler closed 2 years ago
ECT uses std::filesystem from the C++ standard library. This is supported since C++ 17. Try to use a compiler that has full support of the C++17 features. For GCC, this should be supported fully starting with version 9, so since a few releases.
i was able to build ect on colab after upgrading gcc with this script: https://gist.github.com/alexandreelise/192a63e287018ddfc896bbcb70b219d4
also, to use the file on a fresh colab you need to install GLIBCXX_3.4.26:
!add-apt-repository -y ppa:ubuntu-toolchain-r/test
!apt upgrade libstdc++6
@fhanau is there an option to create a standalone linux build which includes this library?
I am not able to build on google colab (tried both master and v0.9.3 tag)