eureka-research / Eureka

Official Repository for "Eureka: Human-Level Reward Design via Coding Large Language Models" (ICLR 2024)
https://eureka-research.github.io/
MIT License
2.8k stars 254 forks source link

Error with building wheels for numpy ? #33

Closed bdiu29 closed 10 months ago

bdiu29 commented 10 months ago

Hi, I'm getting this error when I try to do step 3. Install Eureka.. I'm not installing IsaacGym because I'm looking to use it on my custom RL environment.. any tips on how to work around this?

note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for numpy
  Building wheel for antlr4-python3-runtime (setup.py) ... done
  Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144555 sha256=d5cef593d7513ad6f92861fc756c70fda5dbd5e3e9fd54b965bc4a39a6256068
  Stored in directory: /home/bdiu/.cache/pip/wheels/12/93/dd/1f6a127edc45659556564c5730f6d4e300888f4bca2d4c5a88
  Building wheel for lit (pyproject.toml) ... done
  Created wheel for lit: filename=lit-17.0.6-py3-none-any.whl size=93255 sha256=8fe2ac33a1cdc8025cbb6b833c4d09f6834ed03cba7df1e8286b5afad736dc49
  Stored in directory: /home/bdiu/.cache/pip/wheels/30/dd/04/47d42976a6a86dc2ab66d7518621ae96f43452c8841d74758a
Successfully built gym antlr4-python3-runtime lit
Failed to build numpy
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
bdiu29 commented 10 months ago

Ok I just commented out numpy==1.20.0 in setup.py and installed numpy separately. That seemed to do the trick.