1of13

Results 14 comments of 1of13

Do you happen to have any updates on this? I had to uninstall the polyglot notebook to stop the CPU overload--it was a pain in the ass having to force-quit...

Thank you for adding a MacOS script. The url to chromedriver and chome in the script is outdated. See the error below. Also, after manually downloading the files, my computer...

Thanks for the reply. Here is the command I ran and the results. Like I mentioned before, there are a bunch of errors. (base) collective@collective LaVague % sudo bash setup-macos.sh...

Thanks for all your help. I eliminated the rest of the errors by ensuring that I started with a Python3.11 environment.

For me, following the instructions after installing Miniconda3 worked. I'm on an M3 Mac.

Macs running macOS do not have the vm.max_map_count parameter because it is specific to the Linux kernel. The developers added a "Dockerfile.scratch" script to help with installation on Macs with...

Hi. I tried using Dockerfile.scratch and the image was not built successfully. Would you mind writing detailed instructions on how to set up on Mac with ARM?

The Dockerfile.scratch file has many issues. For example, it points to the wrong URL for Miniconda3. It should be something like this: https://repo.anaconda.com/miniconda/Miniconda3-py311_24.3.0-0-MacOSX-arm64.sh, instead of the "... latest-Linux-x86_64 ..." used...

@KevinHuSh When do you expect the arm64 update to be released?

I appreciate your hard work on this project. Thank you for the updated documentation. It is now easy to use SWE-Agent on my code.