open-wa/wa-automate-python

Error while executing docker command

Closed this issue · 1 comments

I am getting following error while running following docker command

docker run --network selenium -it -e SELENIUM='http://firefox:4444/wd/hub' -v "%cd%:/app" wa-automate-python /bin/bash -c "pip install ./;pip list;python sample/remote.py"

Traceback (most recent call last):
File "sample/remote.py", line 2, in
from src import WhatsAPIDriver
ModuleNotFoundError: No module named 'src'

Am I missing something?

this is more of a python problem, take a look at this #53