SWE-agent icon indicating copy to clipboard operation
SWE-agent copied to clipboard

os.set_blocking not available on Windows

Open SyedMuqtasidAli opened this issue 7 months ago • 3 comments

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

SyedMuqtasidAli avatar Jun 27 '24 15:06 SyedMuqtasidAli