open-wa / wa-automate-python

💬 🤖 The most advanced Python whatsapp library for chatbots with advanced features. Be sure to ⭐ this repository for updates!
Other
330 stars 71 forks source link

Error while executing docker command #57

Closed manojsitapara closed 3 years ago

manojsitapara commented 3 years ago

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?

mrodal commented 3 years ago

this is more of a python problem, take a look at this https://github.com/open-wa/wa-automate-python/issues/53