EvolutionGym / evogym

A large-scale benchmark for co-optimizing the design and control of soft robots, as seen in NeurIPS 2021.
https://evolutiongym.github.io/
MIT License
193 stars 33 forks source link

I also got the same error. The attached picture shows the error message. #23

Closed veerendrav closed 2 months ago

veerendrav commented 1 year ago
          I also got the same error. The attached picture shows the error message.
Screen Shot 2022-11-06 at 7 18 43 PM

Originally posted by @Hs-Cheng in https://github.com/EvolutionGym/evogym/issues/15#issuecomment-1304940827

jagdeepsb commented 1 year 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?

jrieffel commented 1 year ago

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

jagdeepsb commented 2 months ago

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!