Closed neur1n closed 1 month ago
I ran pip install -e . in the sarathi-lean folder but it hangs on "Installing build dependencies ... ", despite that I install all the dependencies listed in requirements.txt manually.
pip install -e .
requirements.txt
Any idea? Thanks in advanced.
python setup.py develop works for me though.
python setup.py develop
I ran
pip install -e .
in the sarathi-lean folder but it hangs on "Installing build dependencies ... ", despite that I install all the dependencies listed inrequirements.txt
manually.Any idea? Thanks in advanced.