jpetzke / AutoGPT-Instagram

A plugin for AutoGPT to allow access to Instagram
MIT License
57 stars 4 forks source link

ModuleNotFoundError: No module named 'instabot' when ran in Docker #5

Open KenWuqianghao opened 1 year ago

KenWuqianghao commented 1 year ago

How do I install the necessary requirements when using docker-compose?

jpetzke commented 1 year ago

Using pip install -r requirements.txt

KenWuqianghao commented 1 year ago

even for docker? i thought it won't be able to access local environments

jpetzke commented 1 year ago

Then copy the package manually in the docker container. For more information look up: how to install pip package in docker

peitz7 commented 1 year ago

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?

ghost commented 1 year ago

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