ModuleNotFoundError: No module named 'instabot' when ran in Docker
KenWuqianghao opened this issue · 5 comments
KenWuqianghao commented
How do I install the necessary requirements when using docker-compose?
jpetzke commented
Using pip install -r requirements.txt
KenWuqianghao commented
even for docker? i thought it won't be able to access local environments
jpetzke commented
Then copy the package manually in the docker container. For more information look up: how to install pip package in docker
peitz7 commented
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?
Cat9tailz commented
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