Closed veerendrav closed 3 months ago
Hi @veerendrav thanks for your interest in EvoGym. I'm trying to recreate this issue, and suspect it has to with the cpp compiler/version of cpp being compiled.
For instance, if you are on windows, you will get this error if you attempt to build with the MS Visual Studios 2019 build tools. You will need to install the 2017 version as advised here.
Could you please send me the details of your system as well as the full output of your python setup.py install
?
Hi there I'm getting this same error as well.
OS: MacOS 13.13.1 CPU: arm64 (M1 Pro) CMake: cmake version 3.25.3 Compiler: Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Full output attached as textfile. output.txt
I've recently updated, simplified, and modernized EvoGym
's build, which should fix this problem. Feel free to reopen this issue if the problem persists!
Originally posted by @Hs-Cheng in https://github.com/EvolutionGym/evogym/issues/15#issuecomment-1304940827