web-arena-x / webarena

Code repo for "WebArena: A Realistic Web Environment for Building Autonomous Agents"
https://webarena.dev
Apache License 2.0
633 stars 90 forks source link

Unable to install on a macbook #141

Open vijay-cohere opened 1 month ago

vijay-cohere commented 1 month ago

I'm trying to install WebArena on an Apple M3 with pip install -r requirements.txt, but I'm getting an installation error:

                                                                    ~~~~ ^
      src/greenlet/greenlet_thread_state.hpp:115:16: warning: private field 'deleteme' is not used [-Wunused-private-field]
          deleteme_t deleteme;
                     ^
      4 warnings and 3 errors generated.
      error: command '/usr/bin/clang' failed with exit code 1
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for greenlet
  Running setup.py clean for greenlet
Failed to build greenlet
ERROR: Could not build wheels for greenlet, which is required to install pyproject.toml-based projects

Has anyone else experienced this? Unfortunately, I cannot directly install greenlet==2.0.1 (which is required via playwright) via binary