princeton-nlp / SWE-agent

SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It solves 12.47% of bugs in the SWE-bench evaluation set and takes just 1 minute to run.
https://princeton-nlp.github.io/SWE-agent/
MIT License
11.86k stars 1.18k forks source link

os.set_blocking not available on Windows #618

Open SyedMuqtasidAli opened 5 days ago

SyedMuqtasidAli commented 5 days ago

Experts kindly guide about

Describe the issue

I want to run SWE agent web ui on locally on windows so for this i clone the repo in my drive and then i create an conda environment with python=3.10 and then i install all dependencies and librarie. Then i run flask server through this command : cd sweagent/api/ python server.py and server is running fine here is screenshoot: image

Then i open new conda prompt and again activate the environment and run these commands 👍 cd sweagent/frontend npm start and application will start running on localhost:3000 but when i gives a issue url i am getting this issues : image

Optional: Relevant documentation page

No response

panozzaj commented 5 days ago

@SyedMuqtasidAli please do not @ message random people for your issues. Kindly see https://github.com/princeton-nlp/SWE-agent/issues/609#issuecomment-2191766755 for another instance of this.

SyedMuqtasidAli commented 5 days ago

@panozzaj did you get what is this issue for ? why i am getting this ?

SyedMuqtasidAli commented 4 days ago

@klieret kindly i am not getting any good resources about for intsalling Web ui of SWE-agent kindly guide me about this.