nus-apr / auto-code-rover

A project structure aware autonomous software engineer aiming for autonomous program improvement. Resolved 30.67% tasks (pass@1) in SWE-bench lite with each task costs less than $0.7.
Other
2.37k stars 236 forks source link

How to make it work without anaconda #41

Open MukkiiiNishu opened 1 month ago

MukkiiiNishu commented 1 month ago

Hi , Anaconda is blocked for my department, can I get any solution which can help me to use it just using python.

yuntongzhang commented 1 month ago

Hi, if conda is not available, one way is to extract the dependencies and install them with pip. This might be achievable using some small script (for example: https://stackoverflow.com/questions/72824468/pip-installing-environment-yml-as-if-its-a-requirements-txt).

In the future we may support dependency management other than conda, but that is not a priority now.