You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 :
Optional: Relevant documentation page
No response
The text was updated successfully, but these errors were encountered:
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:
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 :
Optional: Relevant documentation page
No response
The text was updated successfully, but these errors were encountered: