Open KenWuqianghao opened 1 year ago
Using pip install -r requirements.txt
even for docker? i thought it won't be able to access local environments
Then copy the package manually in the docker container. For more information look up: how to install pip package in docker
I am getting this same error when running in python. I have ran: pip install -r requirements.txt with no luck. It still states no instabot found. Is there anything else I can do?
I'm getting the same issue even after running pip install -r requirements.txt
EDIT: running pip3 install instabot from command prompt solved the problem
How do I install the necessary requirements when using docker-compose?