Closed sushant21 closed 4 years ago
Hi, pip install -r requirements.txt is stuck trying to clone the spodernet repo. Any idea what the issue might be?
pip install -r requirements.txt
For me, it works. Are you able to clone it manually? You can install the library by changing into the spodernet directory and using python setup.py install.
spodernet
python setup.py install
Works now, seems like it was a proxy issue.
Hi,
pip install -r requirements.txt
is stuck trying to clone the spodernet repo. Any idea what the issue might be?