Error while executing docker command
Closed this issue · 1 comments
manojsitapara commented
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?