Closed dariuszszyc closed 6 months ago
I got the same issue ......
i am just trying it ilke this
python -m venv venv source venv/bin/activate pip install -r requirements.txt
I followed the guide here
https://python.land/virtual-environments/virtualenv#How_to_create_a_Python_venv
Indeed it worked, but with this -pip install downloaded additional 5GB of data. A lot I must say...
This is to be expcted, dependencies on this project are huge. The generated docker image for this is above 6GB 🙄 Since you found a solution, please close this issue.
Hello,
I wanted to give your software a try, but when I executed pip install -r requirements.txt
I got this response. I'm not very advanced and I'm hesitating if I should continue. I imagine this message could scare away others as well.
What should I do to proceed ?